Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsignal.h33 extern int protected_restore_fp_context(void __user *sc);
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsignal_o32.c111 return err ?: protected_restore_fp_context(sc); in restore_sigcontext32()
H A Dsignal.c378 int protected_restore_fp_context(void __user *sc) in protected_restore_fp_context() function
545 return err ?: protected_restore_fp_context(sc); in restore_sigcontext()