/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | suspend.h | 23 struct fp_state fpstate __attribute__((aligned(8))); member in struct:swsusp_arch_regs
|
H A D | thread_info.h | 78 struct fp_state fpstate __attribute__((aligned(8))); member in struct:thread_info
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | sigcontext.h | 35 void __user *fpstate; /* zero when no FPU/extended context */ member in struct:sigcontext 75 void __user *fpstate; /* zero when no FPU/extended context */ member in struct:sigcontext
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | processor.h | 94 unsigned char fpstate[FPSTATESIZE]; /* floating point state */ member in struct:thread_struct
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | sigcontext32.h | 72 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member in struct:sigcontext_ia32
|
H A D | sigcontext.h | 125 struct _fpstate __user *fpstate; member in struct:sigcontext 187 struct _fpstate __user *fpstate; /* zero when no FPU context */ member in struct:sigcontext 215 struct _fpstate fpstate; member in struct:_xstate
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | signal.c | 120 int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, setup_sigcontext() argument 280 void __user *fpstate = NULL; __setup_frame() local 343 void __user *fpstate = NULL; __setup_rt_frame() local 475 void __user *fpstate = NULL; x32_setup_rt_frame() local 200 get_sigframe(struct k_sigaction *ka, struct pt_regs *regs, size_t frame_size, void __user **fpstate) get_sigframe() argument
|
H A D | xsave.c | 105 check_for_xstate(struct i387_fxsave_struct __user *buf, void __user *fpstate, struct _fpx_sw_bytes *fx_sw) check_for_xstate() argument
|
/linux-4.1.27/arch/x86/um/ |
H A D | signal.c | 356 struct _fpstate fpstate; member in struct:sigframe 369 struct _fpstate fpstate; member in struct:rt_sigframe 500 struct _fpstate fpstate; member in struct:rt_sigframe
|
/linux-4.1.27/arch/x86/ia32/ |
H A D | ia32_signal.c | 348 void __user *fpstate = NULL; ia32_setup_frame() local 426 void __user *fpstate = NULL; ia32_setup_rt_frame() local 266 ia32_setup_sigcontext(struct sigcontext_ia32 __user *sc, void __user *fpstate, struct pt_regs *regs, unsigned int mask) ia32_setup_sigcontext() argument 307 get_sigframe(struct ksignal *ksig, struct pt_regs *regs, size_t frame_size, void __user **fpstate) get_sigframe() argument
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | processor.h | 39 TBICTXEXTFPU fpstate; member in struct:meta_fpu_context
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | thread_info.h | 64 union fp_state fpstate __attribute__((aligned(8))); member in struct:thread_info
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | signal.c | 351 unsigned char fpstate[FPCONTEXT_SIZE]; rt_restore_fpu_state() local 502 unsigned char fpstate[FPCONTEXT_SIZE]; rt_save_fpu_state() local
|