Searched refs:cmcp (Results 1 – 1 of 1) sorted by relevance
857 u32 cmcp; in do_setcontext() local859 if (__get_user(cmcp, &ucp->uc_regs)) in do_setcontext()861 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()885 u32 cmcp; in do_setcontext_tm() local891 if (__get_user(cmcp, &ucp->uc_regs) || in do_setcontext_tm()894 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()922 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local929 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()931 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()1040 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local[all …]