Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dprocess.c59 struct task_struct *last_task_used_vsx = NULL; variable
159 giveup_vsx(last_task_used_vsx);
234 if (last_task_used_vsx == current) in discard_lazy_cpu_state()
235 last_task_used_vsx = NULL; in discard_lazy_cpu_state()
359 if (new->thread.regs && last_task_used_vsx == new) in __switch_to()
Dmisc_64.S537 ld r4,last_task_used_vsx@got(r2)
Dhead_64.S938 ld r3,last_task_used_vsx@got(r2)
/arch/powerpc/include/asm/
Dprocessor.h85 extern struct task_struct *last_task_used_vsx;