Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/uapi/asm/
Dsigcontext.h107 struct _fpstate_32 { struct
169 # define _fpstate _fpstate_32
295 #define _fpstate_ia32 _fpstate_32
/linux-6.1.9/arch/x86/include/asm/
Dsigframe.h35 struct _fpstate_32 fpstate_unused;
/linux-6.1.9/arch/x86/kernel/fpu/
Dsignal.c74 struct _fpstate_32 __user *fp = buf; in save_fsave_header()
/linux-6.1.9/arch/x86/ia32/
Dia32_signal.c221 *fpstate = (struct _fpstate_32 __user *) sp; in get_sigframe()