Searched refs:last_task_used_spe (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_fsl_booke.S641 lis r3,last_task_used_spe@ha
642 lwz r4,last_task_used_spe@l(r3)
645 addi r4,r4,THREAD /* want THREAD of last_task_used_spe */
669 stw r4,last_task_used_spe@l(r3)
792 lis r4,last_task_used_spe@ha
793 stw r5,last_task_used_spe@l(r4)
H A Dprocess.c64 struct task_struct *last_task_used_spe = NULL; variable in typeref:struct:task_struct
186 giveup_spe(last_task_used_spe);
225 if (last_task_used_spe == current)
226 last_task_used_spe = NULL;
437 * we don't set last_task_used_spe
439 if (new->thread.regs && last_task_used_spe == new)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dprocessor.h86 extern struct task_struct *last_task_used_spe;

Completed in 171 milliseconds