Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/include/asm/
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-6.1.9/arch/powerpc/include/asm/
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-6.1.9/arch/powerpc/kernel/
Dfpu.S131 _GLOBAL(save_fpu)
Dprocess.c157 save_fpu(tsk); in __giveup_fpu()
582 save_fpu(tsk); in save_all()
1167 save_fpu(current); in kvmppc_save_user_regs()
/linux-6.1.9/arch/sh/kernel/cpu/sh4/
Dfpu.c41 void save_fpu(struct task_struct *tsk) in save_fpu() function
/linux-6.1.9/arch/sh/kernel/cpu/sh2a/
Dfpu.c27 void save_fpu(struct task_struct *tsk) in save_fpu() function