Searched refs:_fpstate_32 (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/um/ |
| A D | signal.c | 86 offsetof(struct _fpstate_32, _fxsr_env); in copy_sc_from_user() 168 sizeof(struct _fpstate_32), to_fp); in copy_sc_to_user() 176 offsetof(struct _fpstate_32, _fxsr_env)); in copy_sc_to_user() 178 offsetof(struct _fpstate_32, _fxsr_env); in copy_sc_to_user() 198 __put_user(offsetof(struct _fpstate_32, _fxsr_env) + in copy_sc_to_user() 230 size_t math_size = offsetof(struct _fpstate_32, _fxsr_env) + in setup_signal_stack_sc() 287 size_t math_size = offsetof(struct _fpstate_32, _fxsr_env) + in setup_signal_stack_si()
|
| /arch/x86/include/uapi/asm/ |
| A D | sigcontext.h | 107 struct _fpstate_32 { struct 169 # define _fpstate _fpstate_32 295 #define _fpstate_ia32 _fpstate_32
|
| /arch/x86/um/os-Linux/ |
| A D | mcontext.c | 96 int um_i387_from_fxsr(struct _fpstate_32 *i387, 99 const struct _fpstate_32 *from); 164 xstate_size = fp_size - offsetof(struct _fpstate_32, _fxsr_env); in get_stub_state() 228 xstate_size = fp_size - offsetof(struct _fpstate_32, _fxsr_env); in set_stub_state()
|
| /arch/x86/include/asm/ |
| A D | sigframe.h | 35 struct _fpstate_32 fpstate_unused;
|
| /arch/x86/kernel/fpu/ |
| A D | signal.c | 69 struct _fpstate_32 __user *fp = buf; in save_fsave_header()
|
Completed in 13 milliseconds