Home
last modified time | relevance | path

Searched refs:MSR_TS_S (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_tm.c164 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()
H A Dbook3s_hv_builtin.c534 new_msr |= MSR_TS_S; in inject_interrupt()
H A Dbook3s_emulate.c186 guest_msr |= MSR_TS_S; in kvmppc_emulate_trchkpt()
279 srr1 |= MSR_TS_S; in kvmppc_core_emulate_op_pr()
H A Dbook3s_hv_p9_entry.c808 (vcpu->arch.shregs.msr & MSR_TS_S)) { in kvmhv_vcpu_entry_p9()
873 msr |= MSR_TS_S; in kvmhv_vcpu_entry_p9()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h105 #define MSR_TS_S __MASK(MSR_TS_S_LG) /* Transaction Suspended */ macro
/linux/arch/powerpc/include/asm/
H A Dreg.h117 #define MSR_TS_S __MASK(MSR_TS_S_LG) /* Transaction Suspended */ macro
119 #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)
/linux/arch/powerpc/kernel/
H A Dtm.S149 li r7, (MSR_TS_S)@higher
H A Dprocess.c1517 {MSR_TS_S, "S"},
1531 if (val & (MSR_TM | MSR_TS_S | MSR_TS_T)) { in print_tm_bits()