Home
last modified time | relevance | path

Searched refs:restore_fpu (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/sh/include/asm/
Dfpu.h23 extern void restore_fpu(struct task_struct *__tsk);
28 #define restore_fpu(tsk) do { } while (0) macro
/linux-6.1.9/arch/sh/kernel/cpu/
Dfpu.c48 restore_fpu(tsk); in __fpu_state_restore()
/linux-6.1.9/arch/sh/kernel/cpu/sh4/
Dfpu.c91 void restore_fpu(struct task_struct *tsk) in restore_fpu() function
416 restore_fpu(tsk); in BUILD_TRAP_HANDLER()
/linux-6.1.9/arch/sh/kernel/cpu/sh2a/
Dfpu.c60 void restore_fpu(struct task_struct *tsk) in restore_fpu() function
566 restore_fpu(tsk); in BUILD_TRAP_HANDLER()