Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dswitch_to.h89 extern void giveup_spe(struct task_struct *);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprocess.c370 void giveup_spe(struct task_struct *tsk) in giveup_spe() function
378 EXPORT_SYMBOL(giveup_spe);
400 giveup_spe(tsk); in flush_spe_to_thread()
H A Dtraps.c2203 giveup_spe(current); in SPEFloatingPointRoundException()