Home
last modified time | relevance | path

Searched refs:_fpstate_32 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/um/
H A Dsignal.c86 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()
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h107 struct _fpstate_32 { struct
169 # define _fpstate _fpstate_32
295 #define _fpstate_ia32 _fpstate_32
/linux/arch/x86/include/asm/
H A Dsigframe.h35 struct _fpstate_32 fpstate_unused;
/linux/arch/x86/kernel/fpu/
H A Dsignal.c74 struct _fpstate_32 __user *fp = buf; in save_fsave_header()