restore_fp_context   46 arch/mips/kernel/signal.c static int (*restore_fp_context)(void __user *sc);
restore_fp_context  416 arch/mips/kernel/signal.c 			err = restore_fp_context(sc);
restore_fp_context  943 arch/mips/kernel/signal.c 	restore_fp_context = smp_restore_fp_context;
restore_fp_context  947 arch/mips/kernel/signal.c 		restore_fp_context = restore_hw_fp_context;
restore_fp_context  950 arch/mips/kernel/signal.c 		restore_fp_context = copy_fp_from_sigcontext;