Searched refs:ia32_frame (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/x86/kernel/fpu/ |
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 126 save_sw_bytes(&sw_bytes, ia32_frame, fpstate); in save_xstate_epilog() 460 bool fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig() argument 475 ia32_frame &= (IS_ENABLED(CONFIG_X86_32) || in fpu__restore_sig() 482 if (ia32_frame && use_fxsr()) { in fpu__restore_sig() 506 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, in fpu__alloc_mathframe() argument 512 if (ia32_frame && use_fxsr()) { in fpu__alloc_mathframe()
|
/Linux-v6.1/arch/x86/include/asm/fpu/ |
D | signal.h | 34 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, 41 extern bool fpu__restore_sig(void __user *buf, int ia32_frame);
|