Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/math-emu/
Dkernel_linkage.c77 int fpu_emulator_restore_context(struct sigcontext *sc) in fpu_emulator_restore_context() function
/linux-2.4.37.9/arch/mips/kernel/
Dtraps.c885 extern asmlinkage int fpu_emulator_restore_context(struct sigcontext *sc);
1015 restore_fp_context = fpu_emulator_restore_context; in trap_init()
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c804 extern asmlinkage int fpu_emulator_restore_context(struct sigcontext *sc);
929 restore_fp_context = fpu_emulator_restore_context; in trap_init()