Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/fpu/
H A Dsignal.c105 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()
457 bool fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig() argument
472 ia32_frame &= (IS_ENABLED(CONFIG_X86_32) || in fpu__restore_sig()
479 if (ia32_frame && use_fxsr()) { in fpu__restore_sig()
503 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, in fpu__alloc_mathframe() argument
509 if (ia32_frame && use_fxsr()) { in fpu__alloc_mathframe()
/openbmc/linux/arch/x86/kernel/
H A Dsignal.c79 int ia32_frame = is_ia32_frame(ksig); in get_sigframe() local
88 if (!ia32_frame) in get_sigframe()
102 } else if (ia32_frame && in get_sigframe()
112 sp = fpu__alloc_mathframe(sp, ia32_frame, &buf_fx, &math_size); in get_sigframe()
117 if (ia32_frame) in get_sigframe()
/openbmc/linux/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);