Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dsignal_32.c1006 u32 cmcp; in do_setcontext() local
1008 if (__get_user(cmcp, &ucp->uc_regs)) in do_setcontext()
1010 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()
1034 u32 cmcp; in do_setcontext_tm() local
1040 if (__get_user(cmcp, &ucp->uc_regs) || in do_setcontext_tm()
1043 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()
1071 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local
1078 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
1080 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()
1189 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local
[all …]