Home
last modified time | relevance | path

Searched refs:fpu__restore_sig (Results 1 – 3 of 3) 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.c449 bool fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig() function
/linux/arch/x86/kernel/
H A Dsignal_64.c95 return fpu__restore_sig((void __user *)sc.fpstate, 0); in restore_sigcontext()