Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dsigframe.h12 #define _fpstate_ia32 _fpstate macro
35 struct _fpstate_ia32 fpstate_unused;
/linux-4.1.27/arch/x86/include/uapi/asm/
Dsigcontext32.h26 struct _fpstate_ia32 { struct
/linux-4.1.27/arch/x86/kernel/
Dxsave.c144 struct _fpstate_ia32 __user *fp = buf; in save_fsave_header()
253 (struct _fpstate_ia32 __user *) buf) ? -1 : 1; in save_xstate_sig()
/linux-4.1.27/arch/x86/ia32/
Dia32_signal.c329 *fpstate = (struct _fpstate_ia32 __user *) sp; in get_sigframe()