Lines Matching refs:cmcp
928 u32 cmcp; in do_setcontext() local
930 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext()
931 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()
957 u32 cmcp; in do_setcontext_tm() local
964 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext_tm()
970 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()
1002 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local
1009 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
1011 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()
1128 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local
1131 if (__get_user(cmcp, &uc_transact->uc_regs)) in COMPAT_SYSCALL_DEFINE0()
1133 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE0()