Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/ia32/
Dia32_signal.c175 void __user *fpstate, in ia32_setup_sigcontext()
217 void __user **fpstate) in get_sigframe()
257 void __user *fpstate = NULL; in ia32_setup_frame() local
335 void __user *fpstate = NULL; in ia32_setup_rt_frame() local
/Linux-v4.19/arch/x86/kernel/
Dsignal.c160 int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, in setup_sigcontext()
242 void __user **fpstate) in get_sigframe()
321 void __user *fpstate = NULL; in __setup_frame() local
384 void __user *fpstate = NULL; in __setup_rt_frame() local
546 void __user *fpstate = NULL; in x32_setup_rt_frame() local
/Linux-v4.19/arch/unicore32/include/asm/
Dsuspend.h23 struct fp_state fpstate __attribute__((aligned(8))); member
Dthread_info.h78 struct fp_state fpstate __attribute__((aligned(8))); member
/Linux-v4.19/arch/x86/um/
Dsignal.c343 struct _xstate fpstate; member
356 struct _xstate fpstate; member
485 struct _xstate fpstate; member
/Linux-v4.19/arch/x86/include/uapi/asm/
Dsigcontext.h193 struct _fpstate fpstate; member
230 __u32 fpstate; /* Zero when no FPU/extended context */ member
273 __u64 fpstate; /* Zero when no FPU/extended context */ member
320 struct _fpstate __user *fpstate; member
380 struct _fpstate __user *fpstate; /* Zero when no FPU context */ member
/Linux-v4.19/arch/x86/include/asm/fpu/
Dinternal.h431 static inline void __copy_kernel_to_fpregs(union fpregs_state *fpstate, u64 mask) in __copy_kernel_to_fpregs()
443 static inline void copy_kernel_to_fpregs(union fpregs_state *fpstate) in copy_kernel_to_fpregs()
/Linux-v4.19/arch/m68k/include/asm/
Dprocessor.h95 unsigned char fpstate[FPSTATESIZE]; /* floating point state */ member
/Linux-v4.19/arch/m68k/kernel/
Dsignal.c334 unsigned char fpstate[FPCONTEXT_SIZE]; in rt_restore_fpu_state() local
485 unsigned char fpstate[FPCONTEXT_SIZE]; in rt_save_fpu_state() local
/Linux-v4.19/arch/x86/kernel/fpu/
Dsignal.c24 void __user *fpstate, in check_for_xstate()
/Linux-v4.19/arch/arm/include/asm/
Dthread_info.h63 union fp_state fpstate __attribute__((aligned(8))); member