Lines Matching refs:msr_hi
743 unsigned long msr, msr_hi; in restore_tm_user_regs() local
841 if (__get_user(msr_hi, &tm_sr->mc_gregs[PT_MSR])) in restore_tm_user_regs()
843 msr_hi <<= 32; in restore_tm_user_regs()
845 if (MSR_TM_RESV(msr_hi)) in restore_tm_user_regs()
864 regs->msr = (regs->msr & ~MSR_TS_MASK) | (msr_hi & MSR_TS_MASK); in restore_tm_user_regs()
1160 unsigned long msr_hi; in COMPAT_SYSCALL_DEFINE0() local
1197 if (__get_user(msr_hi, &mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1200 if (MSR_TM_ACTIVE(msr_hi<<32)) { in COMPAT_SYSCALL_DEFINE0()
1463 unsigned long msr_hi; in COMPAT_SYSCALL_DEFINE0() local
1490 if (__get_user(msr_hi, &tm_mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1492 if (MSR_TM_ACTIVE(msr_hi<<32)) { in COMPAT_SYSCALL_DEFINE0()