Searched refs:MSR_TS_MASK (Results 1 – 12 of 12) sorted by relevance
88 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()131 (((msr & MSR_TS_MASK) >> MSR_TS_S_LG) << 29); in kvmhv_p9_tm_emulation()135 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()138 msr = (msr & ~MSR_TS_MASK) | MSR_TS_S; in kvmhv_p9_tm_emulation()175 (((msr & MSR_TS_MASK) >> MSR_TS_S_LG) << 29); in kvmhv_p9_tm_emulation()176 vcpu->arch.shregs.msr &= ~MSR_TS_MASK; in kvmhv_p9_tm_emulation()205 (((msr & MSR_TS_MASK) >> MSR_TS_S_LG) << 29); in kvmhv_p9_tm_emulation()
56 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation_early()87 vcpu->arch.shregs.msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation_early()103 vcpu->arch.shregs.msr &= ~MSR_TS_MASK; /* go to N state */ in kvmhv_emulate_tm_rollback()
134 (((guest_msr & MSR_TS_MASK) >> (MSR_TS_S_LG - 1)) in kvmppc_emulate_treclaim()164 guest_msr &= ~(MSR_TS_MASK); in kvmppc_emulate_treclaim()189 guest_msr &= ~(MSR_TS_MASK); in kvmppc_emulate_trchkpt()213 (((guest_msr & MSR_TS_MASK) >> (MSR_TS_S_LG - 1)) in kvmppc_emulate_tabort()
196 MSR_TM | MSR_TS_MASK; in kvmppc_recalc_shadow_msr()284 (vcpu->arch.shadow_srr1 & (MSR_TS_MASK)) != in kvmppc_copy_from_svcpu()285 (old_msr & (MSR_TS_MASK)))) { in kvmppc_copy_from_svcpu()286 old_msr &= ~(MSR_TS_MASK); in kvmppc_copy_from_svcpu()287 old_msr |= (vcpu->arch.shadow_srr1 & (MSR_TS_MASK)); in kvmppc_copy_from_svcpu()
36 msr |= cur_msr & MSR_TS_MASK; in kvmppc_mmu_book3s_64_reset_msr()
309 vcpu->arch.shregs.msr = saved_l1_regs.msr & ~MSR_TS_MASK; in kvmhv_enter_nested_guest()311 if (l2_regs.msr & MSR_TS_MASK) in kvmhv_enter_nested_guest()
347 if ((msr & MSR_TS_MASK) == MSR_TS_MASK) in kvmppc_set_msr_hv()348 msr &= ~MSR_TS_MASK; in kvmppc_set_msr_hv()
286 msr |= vcpu->arch.shregs.msr & MSR_TS_MASK; in kvmppc_mmu_book3s_64_hv_reset_msr()
123 #define MSR_TS_MASK (MSR_TS_T | MSR_TS_S) /* Transaction State bits */ macro124 #define MSR_TM_RESV(x) (((x) & MSR_TS_MASK) == MSR_TS_MASK) /* Reserved */125 #define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) == MSR_TS_T)126 #define MSR_TM_SUSPENDED(x) (((x) & MSR_TS_MASK) == MSR_TS_S)129 #define MSR_TM_ACTIVE(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */
230 regs->msr &= ~MSR_TS_MASK; in setup_tm_sigcontexts()564 regs->msr |= msr & MSR_TS_MASK; in restore_tm_sigcontexts()767 regs->msr &= ~MSR_TS_MASK; in SYSCALL_DEFINE0()799 current->thread.regs->msr &= ~MSR_TS_MASK; in SYSCALL_DEFINE0()
503 regs->msr &= ~MSR_TS_MASK; in save_tm_user_regs()864 regs->msr = (regs->msr & ~MSR_TS_MASK) | (msr_hi & MSR_TS_MASK); in restore_tm_user_regs()1218 regs->msr &= ~MSR_TS_MASK; in COMPAT_SYSCALL_DEFINE0()
453 li r5, (MSR_TS_MASK)@higher