Searched refs:MSR_TS_MASK (Results 1 – 6 of 6) sorted by relevance
109 #define MSR_TS_MASK (MSR_TS_T | MSR_TS_S) /* Transaction State bits */ macro110 #define MSR_TM_ACTIVE(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */111 #define MSR_TM_RESV(x) (((x) & MSR_TS_MASK) == MSR_TS_MASK) /* Reserved */112 #define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) == MSR_TS_T)113 #define MSR_TM_SUSPENDED(x) (((x) & MSR_TS_MASK) == MSR_TS_S)
210 regs->msr &= ~MSR_TS_MASK; in setup_tm_sigcontexts()446 regs->msr = (regs->msr & ~MSR_TS_MASK) | (msr & MSR_TS_MASK); in restore_tm_sigcontexts()
526 regs->msr &= ~MSR_TS_MASK; in save_tm_user_regs()886 regs->msr = (regs->msr & ~MSR_TS_MASK) | (msr_hi & MSR_TS_MASK); in restore_tm_user_regs()
432 li r5, (MSR_TS_MASK)@higher
231 if ((msr & MSR_TS_MASK) == MSR_TS_MASK) in kvmppc_set_msr_hv()232 msr &= ~MSR_TS_MASK; in kvmppc_set_msr_hv()
254 msr |= vcpu->arch.shregs.msr & MSR_TS_MASK; in kvmppc_mmu_book3s_64_hv_reset_msr()