Lines Matching refs:mcp
923 struct mcontext __user *mcp; in do_setcontext() local
934 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()
937 unsafe_get_user(mcp, &ucp->uc_regs, failed); in do_setcontext()
942 if (restore_user_regs(regs, mcp, sig)) in do_setcontext()
958 struct mcontext __user *mcp; in do_setcontext_tm() local
973 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()
978 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in do_setcontext_tm()
1004 struct mcontext __user *mcp; in COMPAT_SYSCALL_DEFINE3() local
1014 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()
1015 if (__get_user(new_msr, &mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE3()
1132 struct mcontext __user *mcp; in COMPAT_SYSCALL_DEFINE0() local
1136 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE0()
1139 if (__get_user(msr_hi, &mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1306 struct mcontext __user *mcp; in COMPAT_SYSCALL_DEFINE0() local
1330 mcp = (struct mcontext __user *)&sf->mctx; in COMPAT_SYSCALL_DEFINE0()
1339 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in COMPAT_SYSCALL_DEFINE0()