Searched refs:last_task_used_spe (Results 1 - 5 of 5) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dhead_fsl_booke.S846 lis r3,last_task_used_spe@ha
847 lwz r4,last_task_used_spe@l(r3)
850 addi r4,r4,THREAD /* want THREAD of last_task_used_spe */
874 stw r4,last_task_used_spe@l(r3)
974 lis r4,last_task_used_spe@ha
975 stw r5,last_task_used_spe@l(r4)
H A Dprocess.c56 struct task_struct *last_task_used_spe = NULL; variable in typeref:struct:task_struct
172 giveup_spe(last_task_used_spe);
215 if (last_task_used_spe == current)
216 last_task_used_spe = NULL;
294 * we don't set last_task_used_spe
296 if (new->thread.regs && last_task_used_spe == new)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dhead_fsl_booke.S846 lis r3,last_task_used_spe@ha
847 lwz r4,last_task_used_spe@l(r3)
850 addi r4,r4,THREAD /* want THREAD of last_task_used_spe */
874 stw r4,last_task_used_spe@l(r3)
974 lis r4,last_task_used_spe@ha
975 stw r5,last_task_used_spe@l(r4)
H A Dppc_ksyms.c175 EXPORT_SYMBOL(last_task_used_spe); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dprocessor.h89 extern struct task_struct *last_task_used_spe;

Completed in 116 milliseconds