Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dhead_fsl_booke.S866 lis r3,last_task_used_spe@ha
867 lwz r4,last_task_used_spe@l(r3)
894 stw r4,last_task_used_spe@l(r3)
1040 lis r4,last_task_used_spe@ha
1041 stw r5,last_task_used_spe@l(r4)
Dprocess.c74 struct task_struct *last_task_used_spe = NULL; variable
258 giveup_spe(last_task_used_spe); in enable_kernel_spe()
298 if (last_task_used_spe == current) in discard_lazy_cpu_state()
299 last_task_used_spe = NULL; in discard_lazy_cpu_state()
846 if (new->thread.regs && last_task_used_spe == new) in __switch_to()
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h95 extern struct task_struct *last_task_used_spe;