Home
last modified time | relevance | path

Searched refs:MSR_TS_T (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_tm_builtin.c67 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()
H A Dbook3s_hv_tm.c111 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()
161 msr = (msr & ~MSR_TS_MASK) | MSR_TS_T; in kvmhv_p9_tm_emulation()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h106 #define MSR_TS_T __MASK(MSR_TS_T_LG) /* Transaction Transactional */ macro
/linux/arch/powerpc/include/asm/
H A Dreg.h118 #define MSR_TS_T __MASK(MSR_TS_T_LG) /* Transaction Transactional */ macro
119 #define MSR_TS_MASK (MSR_TS_T | MSR_TS_S) /* Transaction State bits */
121 #define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) == MSR_TS_T)