Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/uapi/asm/
Dsigcontext.h107 struct _fpstate_32 { struct
169 # define _fpstate _fpstate_32
295 #define _fpstate_ia32 _fpstate_32
/Linux-v5.4/arch/x86/include/asm/
Dsigframe.h35 struct _fpstate_32 fpstate_unused;
/Linux-v5.4/arch/x86/kernel/fpu/
Dsignal.c63 struct _fpstate_32 __user *fp = buf; in save_fsave_header()
179 (struct _fpstate_32 __user *) buf) ? -1 : 1; in copy_fpstate_to_sigframe()
/Linux-v5.4/arch/x86/ia32/
Dia32_signal.c239 *fpstate = (struct _fpstate_32 __user *) sp; in get_sigframe()