Home
last modified time | relevance | path

Searched refs:fpu__restore_sig (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/fpu/
H A Dsignal.h34 extern bool fpu__restore_sig(void __user *buf, int ia32_frame);
/linux/arch/x86/kernel/fpu/
H A Dsignal.c458 bool fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig() function
/linux/arch/x86/kernel/
H A Dsignal_32.c122 return fpu__restore_sig(compat_ptr(sc.fpstate), 1); in ia32_restore_sigcontext()
H A Dsignal_64.c95 return fpu__restore_sig((void __user *)sc.fpstate, 0); in restore_sigcontext()