Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Di387.c27 # define _fpstate_ia32 _fpstate macro
44 unsigned int sig_xstate_ia32_size = sizeof(struct _fpstate_ia32);
513 static inline int save_i387_fsave(struct _fpstate_ia32 __user *buf) in save_i387_fsave()
524 static int save_i387_fxsave(struct _fpstate_ia32 __user *buf) in save_i387_fxsave()
548 struct _fpstate_ia32 __user *fx = buf; in save_i387_xsave()
583 struct _fpstate_ia32 __user *fp = (struct _fpstate_ia32 __user *) buf; in save_i387_xstate_ia32()
613 static inline int restore_i387_fsave(struct _fpstate_ia32 __user *buf) in restore_i387_fsave()
621 static int restore_i387_fxsave(struct _fpstate_ia32 __user *buf, in restore_i387_fxsave()
642 struct _fpstate_ia32 __user *fx_user = in restore_i387_xsave()
643 ((struct _fpstate_ia32 __user *) buf); in restore_i387_xsave()
[all …]
Dxsave.c332 sig_xstate_ia32_size = sizeof(struct _fpstate_ia32) + size_extended; in prepare_fx_sw_frame()
/linux-2.6.39/arch/x86/include/asm/
Dsigframe.h12 #define _fpstate_ia32 _fpstate macro
35 struct _fpstate_ia32 fpstate_unused;
Dsigcontext32.h26 struct _fpstate_ia32 { struct
Di387.h52 struct _fpstate_ia32;
/linux-2.6.39/arch/x86/ia32/
Dia32_signal.c398 *fpstate = (struct _fpstate_ia32 *) sp; in get_sigframe()