Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/um/
H 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()
/linux-6.15/arch/x86/include/uapi/asm/
H A Dsigcontext.h122 __u32 _fxsr_env[6]; /* FXSR FPU env is ignored */ member