Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/
Dswitch_to.h89 extern void giveup_spe(struct task_struct *);
/Linux-v5.15/arch/powerpc/kernel/
Dprocess.c372 void giveup_spe(struct task_struct *tsk) in giveup_spe() function
380 EXPORT_SYMBOL(giveup_spe);
402 giveup_spe(tsk); in flush_spe_to_thread()
Dtraps.c2161 giveup_spe(current); in DEFINE_INTERRUPT_HANDLER()