Home
last modified time | relevance | path

Searched refs:_fxsr_env (Results 1 – 3 of 3) sorted by relevance

/arch/x86/um/
A Dsignal.c86 offsetof(struct _fpstate_32, _fxsr_env); in copy_sc_from_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/um/os-Linux/
A Dmcontext.c163 xstate_stub = (void *)&fpstate_stub->_fxsr_env; in get_stub_state()
164 xstate_size = fp_size - offsetof(struct _fpstate_32, _fxsr_env); in get_stub_state()
227 xstate_stub = (void *)&fpstate_stub->_fxsr_env; in set_stub_state()
228 xstate_size = fp_size - offsetof(struct _fpstate_32, _fxsr_env); in set_stub_state()
/arch/x86/include/uapi/asm/
A Dsigcontext.h122 __u32 _fxsr_env[6]; /* FXSR FPU env is ignored */ member

Completed in 35 milliseconds