Function report |
Source Code:arch\x86\kernel\fpu\signal.c |
Create Date:2022-07-28 07:50:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check for the presence of extended state information in the* user fpstate pointer in the sigcontext.
Proto:static inline int check_for_xstate(struct fxregs_state __user *buf, void __user *fpstate, struct _fpx_sw_bytes *fx_sw)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fxregs_state __user * | buf | |
void __user * | fpstate | |
struct _fpx_sw_bytes * | fx_sw |
28 | min_xstate_size = sizeof(structfxregs_state) + sizeof(structxstate_header) |
32 | If __copy_from_user(fx_sw, & sw_reserved[0], size of fx_sw ) Then Return -1 |
52 | Return 0 |
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 |