Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/
Dsignal_32.c946 struct mcontext __user *tm_mcp; in do_setcontext_tm() local
961 tm_mcp = (struct mcontext __user *)(u64)tm_cmcp; in do_setcontext_tm()
965 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in do_setcontext_tm()
1292 struct mcontext __user *tm_mcp = NULL; in COMPAT_SYSCALL_DEFINE0() local
1317 tm_mcp = (struct mcontext __user *)&sf->mctx_transact; in COMPAT_SYSCALL_DEFINE0()
1318 if (__get_user(msr_hi, &tm_mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1324 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in COMPAT_SYSCALL_DEFINE0()