Searched refs:cmcp (Results 1 – 1 of 1) sorted by relevance
918 u32 cmcp; in do_setcontext() local920 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext()921 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()947 u32 cmcp; in do_setcontext_tm() local954 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext_tm()960 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()992 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local999 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()1001 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()1116 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local[all …]