Lines Matching refs:MSR_VEC
131 msr |= MSR_VEC; in setup_sigcontext()
227 msr |= tsk->thread.ckpt_regs.msr & (MSR_FP | MSR_VEC | MSR_VSX); in setup_tm_sigcontexts()
248 if (msr & MSR_VEC) in setup_tm_sigcontexts()
260 msr |= MSR_VEC; in setup_tm_sigcontexts()
268 if (msr & MSR_VEC) in setup_tm_sigcontexts()
380 regs->msr &= ~(MSR_FP | MSR_FE0 | MSR_FE1 | MSR_VEC | MSR_VSX); in restore_sigcontext()
389 if (v_regs != NULL && (msr & MSR_VEC) != 0) { in restore_sigcontext()
512 regs->msr &= ~(MSR_FP | MSR_FE0 | MSR_FE1 | MSR_VEC | MSR_VSX); in restore_tm_sigcontexts()
525 if (v_regs != NULL && tm_v_regs != NULL && (msr & MSR_VEC) != 0) { in restore_tm_sigcontexts()
578 msr_check_and_set(msr & (MSR_FP | MSR_VEC)); in restore_tm_sigcontexts()
583 if (msr & MSR_VEC) { in restore_tm_sigcontexts()
585 regs->msr |= MSR_VEC; in restore_tm_sigcontexts()