Home
last modified time | relevance | path

Searched refs:MSR_TM (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_tm.c76 (newmsr & MSR_TM))); in kvmhv_p9_tm_emulation()
124 (newmsr & MSR_TM))); in kvmhv_p9_tm_emulation()
147 if (!(msr & MSR_TM)) { in kvmhv_p9_tm_emulation()
179 if (!(msr & MSR_TM)) { in kvmhv_p9_tm_emulation()
219 if (!(msr & MSR_TM)) { in kvmhv_p9_tm_emulation()
H A Dbook3s_hv_tm_builtin.c42 if (!(MSR_TM_TRANSACTIONAL(newmsr) && (newmsr & MSR_TM))) in kvmhv_p9_tm_emulation_early()
79 if (!(MSR_TM_TRANSACTIONAL(newmsr) && (newmsr & MSR_TM))) in kvmhv_p9_tm_emulation_early()
95 if (!(vcpu->arch.hfscr & HFSCR_TM) || !(msr & MSR_TM)) in kvmhv_p9_tm_emulation_early()
H A Dtm.S235 li r6, MSR_TM >> 32
H A Dbook3s_hv.c5112 (current->thread.regs->msr & MSR_TM)) { in kvmppc_vcpu_run_hv()
5147 msr |= MSR_TM; in kvmppc_vcpu_run_hv()
/linux/arch/powerpc/kernel/
H A Dsyscall.c101 mtmsr(mfmsr() | MSR_TM); in system_call_exception()
H A Dprocess.c928 return tsk && tsk->thread.regs && (tsk->thread.regs->msr & MSR_TM); in tm_enabled()
1029 if (!(thread->regs->msr & MSR_TM)) in tm_recheckpoint()
1098 prev->thread.regs->msr &= ~MSR_TM; in __switch_to_tm()
1209 if (usermsr & MSR_TM) { in kvmppc_save_user_regs()
1213 current->thread.regs->msr &= ~MSR_TM; in kvmppc_save_user_regs()
1518 {MSR_TM, "E"},
1531 if (val & (MSR_TM | MSR_TS_S | MSR_TS_T)) { in print_tm_bits()
H A Dsignal_64.c594 regs_set_return_msr(regs, regs->msr | MSR_TM); in restore_tm_sigcontexts()
H A Dtraps.c1729 regs_set_return_msr(regs, regs->msr | MSR_TM); in tm_unavailable()
/linux/arch/powerpc/include/asm/
H A Dreg.h115 #define MSR_TM __MASK(MSR_TM_LG) /* Transactional Mem Available */ macro
/linux/arch/powerpc/xmon/
H A Dxmon.c2043 if (msr & MSR_TM) { in dump_207_sprs()