Home
last modified time | relevance | path

Searched refs:__giveup_spe (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dswitch_to.h80 extern void __giveup_spe(struct task_struct *);
86 static inline void __giveup_spe(struct task_struct *t) { } in __giveup_spe() function
/Linux-v5.10/arch/powerpc/kernel/
Dprocess.c375 __giveup_spe(tsk); in giveup_spe()
388 __giveup_spe(current); in enable_kernel_spe()
447 __giveup_spe(tsk); in giveup_all()
589 __giveup_spe(tsk); in save_all()
Dhead_fsl_booke.S1001 _GLOBAL(__giveup_spe)