Searched refs:MSR_TS_T (Results 1 – 4 of 4) sorted by relevance
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()
91 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()138 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()
119 #define MSR_TS_T __MASK(MSR_TS_T_LG) /* Transaction Transactional */ macro120 #define MSR_TS_MASK (MSR_TS_T | MSR_TS_S) /* Transaction State bits */123 #define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) == MSR_TS_T)
1392 {MSR_TS_T, "T"},1407 if (val & (MSR_TM | MSR_TS_S | MSR_TS_T)) { in print_tm_bits()