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

/linux-master/arch/sh/include/asm/
H A Dtraps.h15 BUILD_TRAP_HANDLER(fpu_state_restore); variable
H A Dfpu.h24 extern void fpu_state_restore(struct pt_regs *regs);
31 #define fpu_state_restore(regs) do { } while (0) macro
/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c54 void fpu_state_restore(struct pt_regs *regs) function
86 BUILD_TRAP_HANDLER(fpu_state_restore)
90 fpu_state_restore(regs);

Completed in 108 milliseconds