Searched refs:MSR_TS_S (Results 1 – 8 of 8) sorted by relevance
164 msr = (msr & ~MSR_TS_MASK) | MSR_TS_S; in kvmhv_p9_tm_emulation()238 vcpu->arch.shregs.msr = msr | MSR_TS_S; in kvmhv_p9_tm_emulation()
534 new_msr |= MSR_TS_S; in inject_interrupt()
186 guest_msr |= MSR_TS_S; in kvmppc_emulate_trchkpt()279 srr1 |= MSR_TS_S; in kvmppc_core_emulate_op_pr()
808 (vcpu->arch.shregs.msr & MSR_TS_S)) { in kvmhv_vcpu_entry_p9()873 msr |= MSR_TS_S; in kvmhv_vcpu_entry_p9()
105 #define MSR_TS_S __MASK(MSR_TS_S_LG) /* Transaction Suspended */ macro
117 #define MSR_TS_S __MASK(MSR_TS_S_LG) /* Transaction Suspended */ macro119 #define MSR_TS_MASK (MSR_TS_T | MSR_TS_S) /* Transaction State bits */122 #define MSR_TM_SUSPENDED(x) (((x) & MSR_TS_MASK) == MSR_TS_S)
149 li r7, (MSR_TS_S)@higher
1517 {MSR_TS_S, "S"},1531 if (val & (MSR_TM | MSR_TS_S | MSR_TS_T)) { in print_tm_bits()