Searched defs:restore_fpu (Results 1 - 4 of 4) sorted by relevance

/arch/sh/kernel/cpu/sh5/
H A Dfpu.c61 void restore_fpu(struct task_struct *tsk) function
/arch/sh/include/asm/
H A Dfpu.h20 extern void restore_fpu(struct task_struct *__tsk);
25 #define restore_fpu(tsk) do { } while (0) macro
/arch/sh/kernel/cpu/sh4/
H A Dfpu.c95 void restore_fpu(struct task_struct *tsk) function
420 restore_fpu(tsk);
/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c63 void restore_fpu(struct task_struct *tsk) function
569 restore_fpu(tsk);

Completed in 1982 milliseconds