Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
Dswitch_to.h98 extern void giveup_spe(struct task_struct *);
/linux-6.6.21/arch/powerpc/kernel/
Dprocess.c369 void giveup_spe(struct task_struct *tsk) in giveup_spe() function
377 EXPORT_SYMBOL(giveup_spe);
399 giveup_spe(tsk); in flush_spe_to_thread()
Dtraps.c2206 giveup_spe(current); in DEFINE_INTERRUPT_HANDLER()