Searched refs:restore_fpu (Results 1 - 9 of 9) sorted by path

/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c60 void restore_fpu(struct task_struct *tsk) function
566 restore_fpu(tsk);
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dfpu.c91 void restore_fpu(struct task_struct *tsk) function
416 restore_fpu(tsk);
/linux-master/arch/alpha/kernel/
H A Dentry.S503 bne $3, restore_fpu
710 restore_fpu:
708 restore_fpu: label
/linux-master/arch/openrisc/include/asm/
H A Dfpu.h13 static inline void restore_fpu(struct task_struct *task) function
19 #define restore_fpu(tsk) do { } while (0) macro
/linux-master/arch/openrisc/kernel/
H A Dprocess.c262 restore_fpu(current);
H A Dsignal.c53 restore_fpu(current);
H A Dtraps.c204 restore_fpu(current);
/linux-master/arch/sh/include/asm/
H A Dfpu.h23 extern void restore_fpu(struct task_struct *__tsk);
28 #define restore_fpu(tsk) do { } while (0) macro
/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c48 restore_fpu(tsk);

Completed in 209 milliseconds