Lines Matching refs:cmcp
931 u32 cmcp; in do_setcontext() local
933 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() local
967 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() local
1012 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
1134 if (__get_user(cmcp, &uc_transact->uc_regs)) in COMPAT_SYSCALL_DEFINE0()
1136 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE0()