Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dsignal.c45 static int (*restore_fp_context)(struct sigcontext __user *sc); variable
141 err = restore_fp_context(sc); in protected_restore_fp_context()
162 err = restore_fp_context(sc); /* this might fail */ in protected_restore_fp_context()
655 restore_fp_context = smp_restore_fp_context; in signal_setup()
659 restore_fp_context = _restore_fp_context; in signal_setup()
662 restore_fp_context = copy_fp_from_sigcontext; in signal_setup()
667 restore_fp_context = copy_fp_from_sigcontext; in signal_setup()