Searched refs:cmcp (Results 1 – 1 of 1) sorted by relevance
931 u32 cmcp; in do_setcontext() local933 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext()934 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()960 u32 cmcp; in do_setcontext_tm() local967 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext_tm()973 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()1005 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local1012 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()1014 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()1131 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local[all …]