Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dsignal_32.c1033 struct mcontext __user *tm_mcp; in do_setcontext_tm() local
1044 tm_mcp = (struct mcontext __user *)(u64)tm_cmcp; in do_setcontext_tm()
1048 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in do_setcontext_tm()
1462 struct mcontext __user *mcp, *tm_mcp; in COMPAT_SYSCALL_DEFINE0() local
1489 tm_mcp = (struct mcontext __user *)&sf->mctx_transact; in COMPAT_SYSCALL_DEFINE0()
1490 if (__get_user(msr_hi, &tm_mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1495 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in COMPAT_SYSCALL_DEFINE0()