Home
last modified time | relevance | path

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

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