Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kernel/
H A 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()
929 : copy_fp_from_sigcontext(sc); in smp_restore_fp_context()
955 restore_fp_context = copy_fp_from_sigcontext; in signal_setup()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dsignal.c89 static int copy_fp_from_sigcontext(void __user *sc) in copy_fp_from_sigcontext() function
115 static int copy_fp_from_sigcontext(void __user *sc) in copy_fp_from_sigcontext() function
419 err = copy_fp_from_sigcontext(sc); in protected_restore_fp_context()
935 : copy_fp_from_sigcontext(sc); in smp_restore_fp_context()
961 restore_fp_context = copy_fp_from_sigcontext; in signal_setup()

Completed in 3 milliseconds