Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/fpu/
Dsignal.c350 int fpu__restore_sig(void __user *buf, int ia32_frame) in fpu__restore_sig() function
/linux-4.4.14/arch/x86/include/asm/fpu/
Dinternal.h29 extern int fpu__restore_sig(void __user *buf, int ia32_frame);
/linux-4.4.14/arch/x86/ia32/
Dia32_signal.c108 err |= fpu__restore_sig(buf, 1); in ia32_restore_sigcontext()
/linux-4.4.14/arch/x86/kernel/
Dsignal.c115 err |= fpu__restore_sig(buf, config_enabled(CONFIG_X86_32)); in restore_sigcontext()