Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Dsignal_32.c928 u32 cmcp; in do_setcontext() local
930 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext()
931 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()
957 u32 cmcp; in do_setcontext_tm() local
964 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext_tm()
970 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()
1002 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local
1009 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
1011 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()
1128 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local
[all …]