Home
last modified time | relevance | path

Searched refs:save_fpu (Results 1 – 10 of 10) sorted by relevance

/linux/arch/nds32/include/asm/
A Dfpu.h15 extern void save_fpu(struct task_struct *__tsk);
83 save_fpu(current);
95 save_fpu(last_task_used_math);
113 save_fpu(tsk);
/linux/arch/sh/include/asm/
A Dfpu.h22 extern void save_fpu(struct task_struct *__tsk);
27 #define save_fpu(tsk) do { } while (0) macro
44 save_fpu(tsk); in __unlazy_fpu()
/linux/arch/nds32/kernel/
A Dfpu.c21 void save_fpu(struct task_struct *tsk) in save_fpu() function
147 save_fpu(last_task_used_math); in store_fpu_for_suspend()
172 save_fpu(last_task_used_math); in do_fpu_context_switch()
A Dprocess.c186 save_fpu(current); in copy_thread()
A Dsignal.c68 save_fpu(last_task_used_math); in setup_sigcontext_fpu()
/linux/arch/powerpc/include/asm/
A Dswitch_to.h43 extern void save_fpu(struct task_struct *);
49 static inline void save_fpu(struct task_struct *t) { } in save_fpu() function
/linux/arch/powerpc/kernel/
A Dfpu.S126 _GLOBAL(save_fpu)
A Dprocess.c160 save_fpu(tsk); in __giveup_fpu()
585 save_fpu(tsk); in save_all()
/linux/arch/sh/kernel/cpu/sh4/
A Dfpu.c41 void save_fpu(struct task_struct *tsk) in save_fpu() function
/linux/arch/sh/kernel/cpu/sh2a/
A Dfpu.c27 void save_fpu(struct task_struct *tsk) in save_fpu() function

Completed in 17 milliseconds