Searched refs:fpu_state_restore (Results 1 – 3 of 3) sorted by relevance
54 void fpu_state_restore(struct pt_regs *regs) in fpu_state_restore() function86 BUILD_TRAP_HANDLER(fpu_state_restore) in BUILD_TRAP_HANDLER() argument90 fpu_state_restore(regs); in BUILD_TRAP_HANDLER()
24 extern void fpu_state_restore(struct pt_regs *regs);31 #define fpu_state_restore(regs) do { } while (0) macro
15 BUILD_TRAP_HANDLER(fpu_state_restore);