Home
last modified time | relevance | path

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

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