Home
last modified time | relevance | path

Searched defs:fpstate (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/arch/x86/ia32/
Dia32_signal.c330 void __user *fpstate, in ia32_setup_sigcontext()
372 void **fpstate) in get_sigframe()
411 void __user *fpstate = NULL; in ia32_setup_frame() local
489 void __user *fpstate = NULL; in ia32_setup_rt_frame() local
/linux-3.4.99/arch/x86/kernel/
Dsignal.c121 int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, in setup_sigcontext()
202 void __user **fpstate) in get_sigframe()
283 void __user *fpstate = NULL; in __setup_frame() local
345 void __user *fpstate = NULL; in __setup_rt_frame() local
870 void __user *fpstate = NULL; in x32_setup_rt_frame() local
Dxsave.c107 void __user *fpstate, in check_for_xstate()
/linux-3.4.99/arch/unicore32/include/asm/
Dsuspend.h23 struct fp_state fpstate __attribute__((aligned(8))); member
Dthread_info.h80 struct fp_state fpstate __attribute__((aligned(8))); member
/linux-3.4.99/arch/x86/um/
Dsignal.c355 struct _fpstate fpstate; member
368 struct _fpstate fpstate; member
508 struct _fpstate fpstate; member
/linux-3.4.99/arch/x86/include/asm/
Dsigcontext.h130 void __user *fpstate; /* zero when no FPU/extended context */ member
158 struct _fpstate __user *fpstate; member
225 void __user *fpstate; /* zero when no FPU/extended context */ member
259 struct _fpstate __user *fpstate; /* zero when no FPU context */ member
287 struct _fpstate fpstate; member
Dsigcontext32.h72 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member
/linux-3.4.99/arch/m68k/kernel/
Dsignal_no.c188 unsigned char fpstate[FPCONTEXT_SIZE]; in rt_restore_fpu_state() local
423 unsigned char fpstate[FPCONTEXT_SIZE]; in rt_save_fpu_state() local
Dsignal_mm.c276 unsigned char fpstate[FPCONTEXT_SIZE]; in rt_restore_fpu_state() local
628 unsigned char fpstate[FPCONTEXT_SIZE]; in rt_save_fpu_state() local
/linux-3.4.99/arch/m68k/include/asm/
Dprocessor.h94 unsigned char fpstate[FPSTATESIZE]; /* floating point state */ member
/linux-3.4.99/arch/arm/include/asm/
Dthread_info.h63 union fp_state fpstate __attribute__((aligned(8))); member