Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kernel/
Dsignal.c90 static int copy_fp_from_sigcontext(void __user *sc) in copy_fp_from_sigcontext() function
116 static int copy_fp_from_sigcontext(void __user *sc) in copy_fp_from_sigcontext() function
420 err = copy_fp_from_sigcontext(sc); in protected_restore_fp_context()
924 : copy_fp_from_sigcontext(sc); in smp_restore_fp_context()
950 restore_fp_context = copy_fp_from_sigcontext; in signal_setup()