Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/ppc/
H A Dsignal.c610 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()