Searched refs:ia32_frame (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kernel/fpu/ |
| H A D | signal.c | 105 static inline void save_sw_bytes(struct _fpx_sw_bytes *sw_bytes, bool ia32_frame, in save_sw_bytes() argument 113 if (ia32_frame) in save_sw_bytes() 117 static inline bool save_xstate_epilog(void __user *buf, int ia32_frame, in save_xstate_epilog() argument 125 save_sw_bytes(&sw_bytes, ia32_frame, fpstate); in save_xstate_epilog() 449 bool fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig() argument 464 ia32_frame &= (IS_ENABLED(CONFIG_X86_32) || in fpu__restore_sig() 471 if (ia32_frame && use_fxsr()) { in fpu__restore_sig() 495 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, in fpu__alloc_mathframe() argument 501 if (ia32_frame && use_fxsr()) { in fpu__alloc_mathframe()
|
| /linux/arch/x86/include/asm/fpu/ |
| H A D | signal.h | 27 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, 34 extern bool fpu__restore_sig(void __user *buf, int ia32_frame);
|