Function report |
Source Code:arch\x86\kernel\fpu\signal.c |
Create Date:2022-07-28 07:50:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Restore the extended state if present. Otherwise, restore the FP/SSE state.
Proto:static int copy_user_to_fpregs_zeroing(void __user *buf, u64 xbv, int fx_only)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void __user * | buf | |
u64 | xbv | |
int | fx_only |
255 | If use_xsave() Then |
256 | If fx_only Then |
257 | init_bv = xfeatures_mask & ~XFEATURE_MASK_FPSSE |
259 | Return copy_user_to_fxregs(buf) |
260 | Else |
266 | Else if use_fxsr() Then |
267 | Return copy_user_to_fxregs(buf) |
268 | Else Return copy_user_to_fregs(buf) |
Name | Describe |
---|---|
__fpu__restore_sig |
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 |