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

/linux-master/arch/mips/kernel/
H A Dsignal.c46 static int (*restore_fp_context)(void __user *sc); variable
416 err = restore_fp_context(sc);
955 restore_fp_context = smp_restore_fp_context;
959 restore_fp_context = restore_hw_fp_context;
962 restore_fp_context = copy_fp_from_sigcontext;

Completed in 748 milliseconds