Searched refs:restore_fp_context (Results 1 – 3 of 3) sorted by relevance
32 extern asmlinkage int (*restore_fp_context)(struct sigcontext __user *sc);
1376 asmlinkage int (*restore_fp_context)(struct sigcontext __user *sc); variable1405 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()
107 err = restore_fp_context(sc); /* this might fail */ in protected_restore_fp_context()