Searched refs:MSR_TS_MASK (Results 1 – 11 of 11) sorted by relevance
91 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()134 (((msr & MSR_TS_MASK) >> MSR_TS_S_LG) << 28); in kvmhv_p9_tm_emulation()138 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()141 msr = (msr & ~MSR_TS_MASK) | MSR_TS_S; in kvmhv_p9_tm_emulation()178 (((msr & MSR_TS_MASK) >> MSR_TS_S_LG) << 28); in kvmhv_p9_tm_emulation()179 vcpu->arch.shregs.msr &= ~MSR_TS_MASK; in kvmhv_p9_tm_emulation()208 (((msr & MSR_TS_MASK) >> MSR_TS_S_LG) << 28); in kvmhv_p9_tm_emulation()
59 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation_early()90 vcpu->arch.shregs.msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation_early()105 vcpu->arch.shregs.msr &= ~MSR_TS_MASK; /* go to N state */ in kvmhv_emulate_tm_rollback()
145 (((guest_msr & MSR_TS_MASK) >> (MSR_TS_S_LG - 1)) in kvmppc_emulate_treclaim()175 guest_msr &= ~(MSR_TS_MASK); in kvmppc_emulate_treclaim()200 guest_msr &= ~(MSR_TS_MASK); in kvmppc_emulate_trchkpt()224 (((guest_msr & MSR_TS_MASK) >> (MSR_TS_S_LG - 1)) in kvmppc_emulate_tabort()
199 MSR_TM | MSR_TS_MASK; in kvmppc_recalc_shadow_msr()287 (vcpu->arch.shadow_srr1 & (MSR_TS_MASK)) != in kvmppc_copy_from_svcpu()288 (old_msr & (MSR_TS_MASK)))) { in kvmppc_copy_from_svcpu()289 old_msr &= ~(MSR_TS_MASK); in kvmppc_copy_from_svcpu()290 old_msr |= (vcpu->arch.shadow_srr1 & (MSR_TS_MASK)); in kvmppc_copy_from_svcpu()
47 msr |= cur_msr & MSR_TS_MASK; in kvmppc_mmu_book3s_64_reset_msr()
330 if ((msr & MSR_TS_MASK) == MSR_TS_MASK) in kvmppc_set_msr_hv()331 msr &= ~MSR_TS_MASK; in kvmppc_set_msr_hv()
298 msr |= vcpu->arch.shregs.msr & MSR_TS_MASK; in kvmppc_mmu_book3s_64_hv_reset_msr()
120 #define MSR_TS_MASK (MSR_TS_T | MSR_TS_S) /* Transaction State bits */ macro121 #define MSR_TM_ACTIVE(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */122 #define MSR_TM_RESV(x) (((x) & MSR_TS_MASK) == MSR_TS_MASK) /* Reserved */123 #define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) == MSR_TS_T)124 #define MSR_TM_SUSPENDED(x) (((x) & MSR_TS_MASK) == MSR_TS_S)
234 regs->msr &= ~MSR_TS_MASK; in setup_tm_sigcontexts()471 regs->msr = (regs->msr & ~MSR_TS_MASK) | (msr & MSR_TS_MASK); in restore_tm_sigcontexts()
507 regs->msr &= ~MSR_TS_MASK; in save_tm_user_regs()852 regs->msr = (regs->msr & ~MSR_TS_MASK) | (msr_hi & MSR_TS_MASK); in restore_tm_user_regs()
443 li r5, (MSR_TS_MASK)@higher