Searched defs:fpstate (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/arch/unicore32/include/asm/
H A Dsuspend.h23 struct fp_state fpstate __attribute__((aligned(8))); member in struct:swsusp_arch_regs
H A Dthread_info.h78 struct fp_state fpstate __attribute__((aligned(8))); member in struct:thread_info
/linux-4.1.27/arch/x86/include/asm/
H A Dsigcontext.h35 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 Dprocessor.h94 unsigned char fpstate[FPSTATESIZE]; /* floating point state */ member in struct:thread_struct
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dsigcontext32.h72 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member in struct:sigcontext_ia32
H A Dsigcontext.h125 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 Dsignal.c120 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 Dxsave.c105 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 Dsignal.c356 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 Dia32_signal.c348 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 Dprocessor.h39 TBICTXEXTFPU fpstate; member in struct:meta_fpu_context
/linux-4.1.27/arch/arm/include/asm/
H A Dthread_info.h64 union fp_state fpstate __attribute__((aligned(8))); member in struct:thread_info
/linux-4.1.27/arch/m68k/kernel/
H A Dsignal.c351 unsigned char fpstate[FPCONTEXT_SIZE]; rt_restore_fpu_state() local
502 unsigned char fpstate[FPCONTEXT_SIZE]; rt_save_fpu_state() local

Completed in 474 milliseconds