Lines Matching refs:cmcp
1006 u32 cmcp; in do_setcontext() local
1008 if (__get_user(cmcp, &ucp->uc_regs)) in do_setcontext()
1010 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()
1034 u32 cmcp; in do_setcontext_tm() local
1040 if (__get_user(cmcp, &ucp->uc_regs) || in do_setcontext_tm()
1043 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()
1071 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local
1078 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
1080 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()
1189 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local
1192 if (__get_user(cmcp, &uc_transact->uc_regs)) in COMPAT_SYSCALL_DEFINE0()
1194 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE0()