Function report |
Source Code:arch\x86\kernel\fpu\signal.c |
Create Date:2022-07-28 07:50:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Restore FPU state from a sigframe:
Proto:int fpu__restore_sig(void __user *buf, int ia32_frame)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void __user * | buf | |
int | ia32_frame |
429 | size = xstate_sigframe_size() |
431 | If ia32_frame && use_fxsr() Then |
432 | buf_fx = buf + sizeof(structfregs_state) |
433 | size += sizeof(structfregs_state) |
436 | Return __fpu__restore_sig(buf, buf_fx, size) |
Name | Describe |
---|---|
restore_sigcontext |
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 |