Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dfpu.h34 extern asmlinkage int (*save_fp_context32)(struct sigcontext32 __user *sc);
/arch/mips/kernel/
Dtraps.c1422 asmlinkage int (*save_fp_context32)(struct sigcontext32 __user *sc); variable
1434 save_fp_context32 = _save_fp_context32; in signal32_init()
1437 save_fp_context32 = fpu_emulator_save_context32; in signal32_init()
Dsignal32.c121 err = save_fp_context32(sc); /* this might fail */ in protected_save_fp_context32()