Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/
Dsignal_32.c918 u32 cmcp; in do_setcontext() local
920 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext()
921 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()
947 u32 cmcp; in do_setcontext_tm() local
954 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext_tm()
960 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()
992 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local
999 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
1001 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()
1116 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local
[all …]