Home
last modified time | relevance | path

Searched defs:fpu_state_restore (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/sh/kernel/cpu/
Dfpu.c54 void fpu_state_restore(struct pt_regs *regs) in fpu_state_restore() function
86 BUILD_TRAP_HANDLER(fpu_state_restore) in BUILD_TRAP_HANDLER() argument
/linux-6.1.9/arch/sh/include/asm/
Dfpu.h31 #define fpu_state_restore(regs) do { } while (0) macro