Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dsignal.c70 static int copy_fp_to_sigcontext(void __user *sc) in copy_fp_to_sigcontext() function
110 static int copy_fp_to_sigcontext(void __user *sc) in copy_fp_to_sigcontext() function
356 err = copy_fp_to_sigcontext(sc); in protected_save_fp_context()
928 : copy_fp_to_sigcontext(sc); in smp_save_fp_context()
960 save_fp_context = copy_fp_to_sigcontext; in signal_setup()