Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dswitch_to.h99 extern void __giveup_spe(struct task_struct *);
105 static inline void __giveup_spe(struct task_struct *t) { } in __giveup_spe() function
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c374 __giveup_spe(tsk); in giveup_spe()
387 __giveup_spe(current); in enable_kernel_spe()
446 __giveup_spe(tsk); in giveup_all()
588 __giveup_spe(tsk); in save_all()
H A Dhead_85xx.S968 _GLOBAL(__giveup_spe)