Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips64/
Dfpu.h30 extern asmlinkage int (*restore_fp_context32)(struct sigcontext32 *sc);
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c795 asmlinkage int (*restore_fp_context32)(struct sigcontext32 *sc); variable
926 restore_fp_context32 = _restore_fp_context32; in trap_init()
931 restore_fp_context32 = fpu_emulator_restore_context32; in trap_init()
Dsignal32.c363 err |= restore_fp_context32(sc); in restore_sigcontext32()