Lines Matching refs:msr_hi
777 unsigned long msr, msr_hi; in restore_tm_user_regs() local
879 if (__get_user(msr_hi, &tm_sr->mc_gregs[PT_MSR])) in restore_tm_user_regs()
881 msr_hi <<= 32; in restore_tm_user_regs()
883 if (MSR_TM_RESV(msr_hi)) in restore_tm_user_regs()
886 regs->msr = (regs->msr & ~MSR_TS_MASK) | (msr_hi & MSR_TS_MASK); in restore_tm_user_regs()
1231 unsigned long msr_hi; in sys_rt_sigreturn() local
1255 if (__get_user(msr_hi, &mcp->mc_gregs[PT_MSR])) in sys_rt_sigreturn()
1258 if (MSR_TM_ACTIVE(msr_hi<<32)) { in sys_rt_sigreturn()
1505 unsigned long msr_hi; in sys_sigreturn() local
1532 if (__get_user(msr_hi, &tm_mcp->mc_gregs[PT_MSR])) in sys_sigreturn()
1534 if (MSR_TM_ACTIVE(msr_hi<<32)) { in sys_sigreturn()