Lines Matching refs:MSR_VEC
176 if (current->thread.regs && (current->thread.regs->msr & MSR_VEC)) in enable_kernel_altivec()
194 if (tsk->thread.regs->msr & MSR_VEC) { in flush_altivec_to_thread()
547 if (msr_diff & MSR_VEC) in tm_reclaim_thread()
551 msr_diff &= MSR_FP | MSR_VEC | MSR_VSX | MSR_FE0 | MSR_FE1; in tm_reclaim_thread()
700 if (msr & MSR_VEC) { in tm_recheckpoint_new_task()
702 new->thread.regs->msr |= MSR_VEC; in tm_recheckpoint_new_task()
745 msr_diff &= MSR_FP | MSR_VEC | MSR_VSX; in restore_tm_state()
751 if (msr_diff & MSR_VEC) { in restore_tm_state()
810 if (prev->thread.regs && (prev->thread.regs->msr & MSR_VEC)) in __switch_to()
836 new->thread.regs->msr |= MSR_VEC; in __switch_to()
963 {MSR_VEC, "VEC"},