Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dswitch_to.h68 extern void giveup_spe(struct task_struct *);
/Linux-v5.4/arch/powerpc/kernel/
Dprocess.c418 void giveup_spe(struct task_struct *tsk) in giveup_spe() function
426 EXPORT_SYMBOL(giveup_spe);
448 giveup_spe(tsk); in flush_spe_to_thread()
Dtraps.c2143 giveup_spe(current); in SPEFloatingPointRoundException()