Searched refs:fpu_state_restore (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dfpu.c49 void fpu_state_restore(struct pt_regs *regs) function
79 BUILD_TRAP_HANDLER(fpu_state_restore)
83 fpu_state_restore(regs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dfpu.h21 extern void fpu_state_restore(struct pt_regs *regs);
28 #define fpu_state_restore(regs) do { } while (0) macro
H A Dsystem.h172 BUILD_TRAP_HANDLER(fpu_state_restore); variable

Completed in 91 milliseconds