Lines Matching refs:mcp
920 struct mcontext __user *mcp; in do_setcontext() local
931 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()
934 unsafe_get_user(mcp, &ucp->uc_regs, failed); in do_setcontext()
939 if (restore_user_regs(regs, mcp, sig)) in do_setcontext()
955 struct mcontext __user *mcp; in do_setcontext_tm() local
970 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()
975 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in do_setcontext_tm()
1001 struct mcontext __user *mcp; in COMPAT_SYSCALL_DEFINE3() local
1011 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()
1012 if (__get_user(new_msr, &mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE3()
1129 struct mcontext __user *mcp; in COMPAT_SYSCALL_DEFINE0() local
1133 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE0()
1136 if (__get_user(msr_hi, &mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1303 struct mcontext __user *mcp; in COMPAT_SYSCALL_DEFINE0() local
1327 mcp = (struct mcontext __user *)&sf->mctx; in COMPAT_SYSCALL_DEFINE0()
1336 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in COMPAT_SYSCALL_DEFINE0()