Searched refs:ia32_frame (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/x86/kernel/fpu/ |
D | signal.c | 115 static inline void save_sw_bytes(struct _fpx_sw_bytes *sw_bytes, bool ia32_frame, in save_sw_bytes() argument 123 if (ia32_frame) in save_sw_bytes() 127 static inline bool save_xstate_epilog(void __user *buf, int ia32_frame, in save_xstate_epilog() argument 136 save_sw_bytes(&sw_bytes, ia32_frame, fpstate); in save_xstate_epilog() 474 bool fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig() argument 489 ia32_frame &= (IS_ENABLED(CONFIG_X86_32) || in fpu__restore_sig() 496 if (ia32_frame && use_fxsr()) { in fpu__restore_sig() 520 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, in fpu__alloc_mathframe() argument 526 if (ia32_frame && use_fxsr()) { in fpu__alloc_mathframe()
|
/linux-6.12.1/arch/x86/kernel/ |
D | signal.c | 98 int ia32_frame = is_ia32_frame(ksig); in get_sigframe() local 108 if (!ia32_frame) in get_sigframe() 122 } else if (ia32_frame && in get_sigframe() 132 sp = fpu__alloc_mathframe(sp, ia32_frame, &buf_fx, &math_size); in get_sigframe() 137 if (ia32_frame) in get_sigframe()
|
/linux-6.12.1/arch/x86/include/asm/fpu/ |
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);
|