Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsignal_32.c959 struct mcontext __user *tm_mcp; in do_setcontext_tm() local
974 tm_mcp = (struct mcontext __user *)(u64)tm_cmcp; in do_setcontext_tm()
978 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in do_setcontext_tm()
1307 struct mcontext __user *tm_mcp = NULL; in COMPAT_SYSCALL_DEFINE0() local
1332 tm_mcp = (struct mcontext __user *)&sf->mctx_transact; in COMPAT_SYSCALL_DEFINE0()
1333 if (__get_user(msr_hi, &tm_mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1339 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in COMPAT_SYSCALL_DEFINE0()