Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsignal_32.c931 u32 cmcp; in do_setcontext() local
934 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext()
960 u32 cmcp; in do_setcontext_tm() local
967 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext_tm()
973 mcp = (struct mcontext __user *)(u64)cmcp; in do_setcontext_tm()
1005 u32 cmcp; in COMPAT_SYSCALL_DEFINE3() local
1012 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
1014 mcp = (struct mcontext __user *)(u64)cmcp; in COMPAT_SYSCALL_DEFINE3()
1131 u32 cmcp; in COMPAT_SYSCALL_DEFINE0() local
1134 if (__get_user(cmcp, &uc_transact->uc_regs)) in COMPAT_SYSCALL_DEFINE0()
[all …]