Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dfpu.h32 extern asmlinkage int (*restore_fp_context)(struct sigcontext __user *sc);
/arch/mips/kernel/
Dtraps.c1376 asmlinkage int (*restore_fp_context)(struct sigcontext __user *sc); variable
1405 restore_fp_context = smp_restore_fp_context; in signal_init()
1409 restore_fp_context = _restore_fp_context; in signal_init()
1412 restore_fp_context = fpu_emulator_restore_context; in signal_init()
Dsignal.c107 err = restore_fp_context(sc); /* this might fail */ in protected_restore_fp_context()