Function report |
Source Code:arch\x86\kernel\fpu\core.c |
Create Date:2022-07-28 07:49:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Drops current FPU state: deactivates the fpregs and* the fpstate. NOTE: it still leaves previous contents* in the fpregs in the eager-FPU case.* This function can be used in cases where we know that* a state-restore is coming: either an explicit one,
Proto:void fpu__drop(struct fpu *fpu)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct fpu * | fpu |
282 | asm volatile |
288 | trace_x86_fpu_dropped(fpu) |
290 | preempt_enable() |
Name | Describe |
---|---|
fpu__clear | Clear the FPU state back to init state.* Called by sys_execve(), by the signal handler code and by various* error paths. |
exit_thread | Free current thread data structures etc.. |
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 |