Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/kernel/cpu/
Dfpu.c40 void __fpu_state_restore(void) in __fpu_state_restore() function
77 __fpu_state_restore(); in fpu_state_restore()
/linux-4.1.27/arch/sh/include/asm/
Dfpu.h22 extern void __fpu_state_restore(void);
29 #define __fpu_state_restore(regs) do { } while (0) macro
/linux-4.1.27/arch/sh/kernel/
Dprocess_32.c211 __fpu_state_restore(); in __switch_to()