Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/ia32/
Dia32_signal.c180 void __user *fpstate, in ia32_setup_sigcontext()
222 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-v5.4/arch/x86/kernel/
Dsignal.c159 int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, in setup_sigcontext()
241 void __user **fpstate) in get_sigframe()
318 void __user *fpstate = NULL; in __setup_frame() local
381 void __user *fpstate = NULL; in __setup_rt_frame() local
547 void __user *fpstate = NULL; in x32_setup_rt_frame() local
/Linux-v5.4/arch/unicore32/include/asm/
Dsuspend.h20 struct fp_state fpstate __attribute__((aligned(8))); member
Dthread_info.h75 struct fp_state fpstate __attribute__((aligned(8))); member
/Linux-v5.4/arch/x86/um/
Dsignal.c343 struct _xstate fpstate; member
356 struct _xstate fpstate; member
485 struct _xstate fpstate; member
/Linux-v5.4/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-v5.4/arch/x86/include/asm/fpu/
Dinternal.h445 static inline void __copy_kernel_to_fpregs(union fpregs_state *fpstate, u64 mask) in __copy_kernel_to_fpregs()
457 static inline void copy_kernel_to_fpregs(union fpregs_state *fpstate) in copy_kernel_to_fpregs()
/Linux-v5.4/arch/m68k/include/asm/
Dprocessor.h89 unsigned char fpstate[FPSTATESIZE]; /* floating point state */ member
/Linux-v5.4/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-v5.4/arch/x86/kernel/fpu/
Dsignal.c25 void __user *fpstate, in check_for_xstate()
/Linux-v5.4/arch/arm/include/asm/
Dthread_info.h63 union fp_state fpstate __attribute__((aligned(8))); member