Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dswitch_to.h68 extern void giveup_spe(struct task_struct *);
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c434 void giveup_spe(struct task_struct *tsk) in giveup_spe() function
442 EXPORT_SYMBOL(giveup_spe);
464 giveup_spe(tsk); in flush_spe_to_thread()
Dtraps.c2056 giveup_spe(current); in SPEFloatingPointRoundException()