Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/kernel/cpu/
Dfpu.c49 void fpu_state_restore(struct pt_regs *regs) in fpu_state_restore() function
79 BUILD_TRAP_HANDLER(fpu_state_restore) in BUILD_TRAP_HANDLER() argument
83 fpu_state_restore(regs); in BUILD_TRAP_HANDLER()
/linux-2.6.39/arch/sh/include/asm/
Dfpu.h21 extern void fpu_state_restore(struct pt_regs *regs);
28 #define fpu_state_restore(regs) do { } while (0) macro
Dsystem.h168 BUILD_TRAP_HANDLER(fpu_state_restore);