Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Dsignal_32.c956 struct mcontext __user *tm_mcp; in do_setcontext_tm() local
971 tm_mcp = (struct mcontext __user *)(u64)tm_cmcp; in do_setcontext_tm()
975 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in do_setcontext_tm()
1304 struct mcontext __user *tm_mcp = NULL; in COMPAT_SYSCALL_DEFINE0() local
1329 tm_mcp = (struct mcontext __user *)&sf->mctx_transact; in COMPAT_SYSCALL_DEFINE0()
1330 if (__get_user(msr_hi, &tm_mcp->mc_gregs[PT_MSR])) in COMPAT_SYSCALL_DEFINE0()
1336 if (restore_tm_user_regs(regs, mcp, tm_mcp)) in COMPAT_SYSCALL_DEFINE0()