Home
last modified time | relevance | path

Searched refs:cmcp (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dsignal_32.c992 u32 cmcp; in do_setcontext() local
994 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() local
1026 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() local
1064 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 …]