Searched refs:cmcp (Results 1 – 1 of 1) sorted by relevance
992 u32 cmcp; in do_setcontext() local994 if (__get_user(cmcp, &ucp->uc_regs)) in do_setcontext()996 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()1020 u32 cmcp; in do_setcontext_tm() local1026 if (__get_user(cmcp, &ucp->uc_regs) || in do_setcontext_tm()1029 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()1057 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local1064 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()1066 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()1175 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local[all …]