Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/include/asm/
Dfpu.h25 extern void __fpu_state_restore(void);
32 #define __fpu_state_restore(regs) do { } while (0) macro
/linux-6.1.9/arch/sh/kernel/cpu/
Dfpu.c44 void __fpu_state_restore(void) in __fpu_state_restore() function
83 __fpu_state_restore(); in fpu_state_restore()
/linux-6.1.9/arch/sh/kernel/
Dprocess_32.c175 __fpu_state_restore(); in __switch_to()