Home
last modified time | relevance | path

Searched defs:ia32_frame (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/fpu/
H A Dsignal.c115 static inline void save_sw_bytes(struct _fpx_sw_bytes *sw_bytes, bool ia32_frame, in save_sw_bytes()
127 static inline bool save_xstate_epilog(void __user *buf, int ia32_frame, in save_xstate_epilog()
474 bool fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig()
520 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, in fpu__alloc_mathframe()
/linux/arch/x86/kernel/
H A Dsignal.c98 int ia32_frame = is_ia32_frame(ksig); in get_sigframe() local