Searched refs:ia32_frame (Results 1 – 3 of 3) sorted by relevance
95 static inline int save_xstate_epilog(void __user *buf, int ia32_frame) in save_xstate_epilog() argument103 sw_bytes = ia32_frame ? &fx_sw_reserved_ia32 : &fx_sw_reserved; in save_xstate_epilog()433 int fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig() argument446 ia32_frame &= (IS_ENABLED(CONFIG_X86_32) || in fpu__restore_sig()453 if (ia32_frame && use_fxsr()) { in fpu__restore_sig()479 fpu__alloc_mathframe(unsigned long sp, int ia32_frame, in fpu__alloc_mathframe() argument485 if (ia32_frame && use_fxsr()) { in fpu__alloc_mathframe()
29 fpu__alloc_mathframe(unsigned long sp, int ia32_frame,
29 extern int fpu__restore_sig(void __user *buf, int ia32_frame);