Searched refs:tm_mcp (Results 1 – 1 of 1) sorted by relevance
884 struct mcontext __user *tm_mcp; in do_setcontext_tm() local895 tm_mcp = (struct mcontext __user *)(u64)tm_cmcp; in do_setcontext_tm()899 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in do_setcontext_tm()1317 struct mcontext __user *mcp, *tm_mcp; in COMPAT_SYSCALL_DEFINE0() local1344 tm_mcp = (struct mcontext __user *)&sf->mctx_transact; in COMPAT_SYSCALL_DEFINE0()1345 if (__get_user(msr_hi, &tm_mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()1350 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in COMPAT_SYSCALL_DEFINE0()