Searched refs:target_sf (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/bsd-user/aarch64/ |
H A D | signal.c | 122 abi_long get_ucontext_sigreturn(CPUARMState *regs, abi_ulong target_sf, in get_ucontext_sigreturn() argument 134 *target_uc = target_sf; in get_ucontext_sigreturn()
|
/openbmc/qemu/bsd-user/i386/ |
H A D | signal.c | 63 abi_long get_ucontext_sigreturn(CPUX86State *regs, abi_ulong target_sf, in get_ucontext_sigreturn() argument
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | signal.c | 64 abi_ulong target_sf, abi_ulong *target_uc) in get_ucontext_sigreturn() argument
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_ucontext.h | 41 abi_long get_ucontext_sigreturn(CPUArchState *env, abi_ulong target_sf,
|
/openbmc/qemu/bsd-user/arm/ |
H A D | signal.c | 216 abi_long get_ucontext_sigreturn(CPUARMState *env, abi_ulong target_sf, in get_ucontext_sigreturn() argument 219 *target_uc = target_sf; in get_ucontext_sigreturn()
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | signal.c | 165 abi_ulong target_sf, abi_ulong *target_uc) in get_ucontext_sigreturn() argument 168 *target_uc = target_sf; in get_ucontext_sigreturn()
|