Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c73 struct task_struct *last_task_used_vsx = NULL; variable
217 giveup_vsx(last_task_used_vsx); in enable_kernel_vsx()
294 if (last_task_used_vsx == current) in discard_lazy_cpu_state()
295 last_task_used_vsx = NULL; in discard_lazy_cpu_state()
839 if (new->thread.regs && last_task_used_vsx == new) in __switch_to()
Dvector.S234 ld r3,last_task_used_vsx@got(r2)
286 ld r4,last_task_used_vsx@got(r2)
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h94 extern struct task_struct *last_task_used_vsx;