Function report |
Source Code:arch\x86\include\asm\fpu\internal.h |
Create Date:2022-07-28 07:29:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Internal helper, do not use directly. Use switch_fpu_return() instead.
Proto:static inline void __fpregs_load_activate(void)
Type:void
Parameter:Nothing
537 | cpu = smp_processor_id() |
539 | If WARN_ON_ONCE(flags & I am a kernel thread ) Then Return |
542 | If Not fpregs_state_valid(fpu, cpu) Then |
544 | fpregs_activate(fpu) |
Name | Describe |
---|---|
switch_fpu_return | Load FPU context before returning to userspace. |
copy_fpstate_to_sigframe | Save the fpu, extended register state to the user signal frame.* 'buf_fx' is the 64-byte aligned pointer at which the [f|fx|x]save* state is copied.* 'buf' points to the 'buf_fx' or to the fsave header followed by 'buf_fx'. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |