Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Dprocess.c63 struct task_struct *last_task_used_vsx = NULL; variable
163 giveup_vsx(last_task_used_vsx);
238 if (last_task_used_vsx == current) in discard_lazy_cpu_state()
239 last_task_used_vsx = NULL; in discard_lazy_cpu_state()
452 if (new->thread.regs && last_task_used_vsx == new) in __switch_to()
Dvector.S155 ld r3,last_task_used_vsx@got(r2)
207 ld r4,last_task_used_vsx@got(r2)
/linux-2.6.39/arch/powerpc/include/asm/
Dprocessor.h85 extern struct task_struct *last_task_used_vsx;