Home
last modified time | relevance | path

Searched defs:ia32_frame (Results 1 – 2 of 2) 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()
117 static inline bool save_xstate_epilog(void __user *buf, int ia32_frame, in save_xstate_epilog()
457 bool fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig()
503 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, in fpu__alloc_mathframe()
/openbmc/linux/arch/x86/kernel/
H A Dsignal.c79 int ia32_frame = is_ia32_frame(ksig); in get_sigframe() local