Home
last modified time | relevance | path

Searched refs:protected_restore_fp_context (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dsignal.h27 extern int protected_restore_fp_context(void __user *sc);
/linux-4.4.14/arch/mips/kernel/
Dsignal.c349 int protected_restore_fp_context(void __user *sc) in protected_restore_fp_context() function
516 return err ?: protected_restore_fp_context(sc); in restore_sigcontext()
Dsignal32.c129 return err ?: protected_restore_fp_context(sc); in restore_sigcontext32()