Searched refs:MSR_TS_T (Results 1 – 6 of 6) sorted by relevance
123 MSR_TS_T; in trap_signal_handler()126 MSR_TS_T | MSR_TS_S; in trap_signal_handler()136 MSR_TS_T; in trap_signal_handler()139 MSR_TS_T | MSR_TS_S; in trap_signal_handler()
67 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation_early()99 vcpu->arch.shregs.msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation_early()
101 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()149 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()
94 #define MSR_TS_T __MASK(MSR_TS_T_LG) /* Transaction Transactional */ macro
121 #define MSR_TS_T __MASK(MSR_TS_T_LG) /* Transaction Transactional */ macro122 #define MSR_TS_MASK (MSR_TS_T | MSR_TS_S) /* Transaction State bits */124 #define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) == MSR_TS_T)
1442 {MSR_TS_T, "T"},1457 if (val & (MSR_TM | MSR_TS_S | MSR_TS_T)) { in print_tm_bits()