Searched refs:ia32_frame (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/fpu/
H A Dsignal.h27 fpu__alloc_mathframe(unsigned long sp, int ia32_frame,
34 extern bool fpu__restore_sig(void __user *buf, int ia32_frame);
/linux-master/arch/x86/kernel/fpu/
H A Dsignal.c105 static inline void save_sw_bytes(struct _fpx_sw_bytes *sw_bytes, bool ia32_frame, argument
113 if (ia32_frame)
117 static inline bool save_xstate_epilog(void __user *buf, int ia32_frame, argument
126 save_sw_bytes(&sw_bytes, ia32_frame, fpstate);
457 bool fpu__restore_sig(void __user *buf, int ia32_frame) argument
472 ia32_frame &= (IS_ENABLED(CONFIG_X86_32) ||
479 if (ia32_frame && use_fxsr()) {
503 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, argument
509 if (ia32_frame && use_fxsr()) {
/linux-master/arch/x86/kernel/
H A Dsignal.c80 int ia32_frame = is_ia32_frame(ksig); local
89 if (!ia32_frame)
103 } else if (ia32_frame &&
113 sp = fpu__alloc_mathframe(sp, ia32_frame, &buf_fx, &math_size);
118 if (ia32_frame)

Completed in 126 milliseconds