Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/x86_64/
H A Dsignal.c63 abi_long get_ucontext_sigreturn(CPUX86State *regs, in get_ucontext_sigreturn() function
/openbmc/qemu/bsd-user/i386/
H A Dsignal.c63 abi_long get_ucontext_sigreturn(CPUX86State *regs, abi_ulong target_sf, in get_ucontext_sigreturn() function
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_ucontext.h41 abi_long get_ucontext_sigreturn(CPUArchState *env, abi_ulong target_sf,
/openbmc/qemu/bsd-user/aarch64/
H A Dsignal.c122 abi_long get_ucontext_sigreturn(CPUARMState *regs, abi_ulong target_sf, in get_ucontext_sigreturn() function
/openbmc/qemu/bsd-user/arm/
H A Dsignal.c216 abi_long get_ucontext_sigreturn(CPUARMState *env, abi_ulong target_sf, in get_ucontext_sigreturn() function
/openbmc/qemu/bsd-user/
H A Dsignal.c808 ret = get_ucontext_sigreturn(env, addr, &target_ucontext); in do_sigreturn()