Lines Matching refs:cmcp
1090 u32 cmcp; in do_setcontext() local
1092 if (__get_user(cmcp, &ucp->uc_regs)) in do_setcontext()
1094 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()
1118 u32 cmcp; in do_setcontext_tm() local
1124 if (__get_user(cmcp, &ucp->uc_regs) || in do_setcontext_tm()
1127 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()
1151 u32 cmcp; in sys_swapcontext() local
1158 if (__get_user(cmcp, &new_ctx->uc_regs)) in sys_swapcontext()
1160 mcp = (struct mcontext __user *)(u64)cmcp; in sys_swapcontext()
1252 u32 cmcp; in sys_rt_sigreturn() local
1255 if (__get_user(cmcp, &uc_transact->uc_regs)) in sys_rt_sigreturn()
1257 mcp = (struct mcontext __user *)(u64)cmcp; in sys_rt_sigreturn()