Searched refs:do_setcontext (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/linux-user/ppc/ |
H A D | signal.c | 610 static int do_setcontext(struct target_ucontext *ucp, CPUPPCState *env, int sig) in do_setcontext() function 648 if (do_setcontext(&rt_sf->uc, env, 1)) in do_rt_sigreturn() 705 err = do_setcontext(uctx, env, 0); in do_swapcontext()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | signal_32.c | 920 static int do_setcontext(struct ucontext __user *ucp, struct pt_regs *regs, int sig) in do_setcontext() function 1078 if (do_setcontext(new_ctx, regs, 0)) { in COMPAT_SYSCALL_DEFINE3() 1165 if (do_setcontext(&rt_sf->uc, regs, 1)) in COMPAT_SYSCALL_DEFINE0() 1269 if (do_setcontext(ctx, regs, 1)) { in SYSCALL_DEFINE3()
|