Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_ucontext.h28 } target_ucontext_t; typedef
31 G_STATIC_ASSERT(TARGET_UCONTEXT_SIZE == sizeof(target_ucontext_t));
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h85 target_ucontext_t sf_uc; /* saved ucontext */
H A Dsignal.c203 unlock_user(vfp, mcp->mc_vfp_ptr, sizeof(target_ucontext_t)); in set_mcontext()
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_signal.h86 target_ucontext_t sf_uc; /* = *sf_uncontext */
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_signal.h95 target_ucontext_t sf_uc; /* = *sf_uncontext */
/openbmc/qemu/bsd-user/
H A Dsignal.c787 static int reset_signal_mask(target_ucontext_t *ucontext) in reset_signal_mask()
808 target_ucontext_t *ucontext = NULL; in do_sigreturn()