Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_cpu.h69 ret = do_freebsd_syscall(env, in target_cpu_loop()
80 ret = do_freebsd_syscall(env, in target_cpu_loop()
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_cpu.h84 ret = do_freebsd_syscall(env, code, arg1, arg2, arg3, in target_cpu_loop()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h113 ret = do_freebsd_syscall(env, syscall_nr, arg1, arg2, arg3, in target_cpu_loop()
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.h129 env->regs[R_EAX] = do_freebsd_syscall(env, in target_cpu_loop()
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.h148 env->regs[R_EAX] = do_freebsd_syscall(env, in target_cpu_loop()
/openbmc/qemu/bsd-user/
H A Dqemu.h177 abi_long do_freebsd_syscall(void *cpu_env, int num, abi_long arg1,
/openbmc/qemu/bsd-user/freebsd/
H A Dos-syscall.c931 abi_long do_freebsd_syscall(void *cpu_env, int num, abi_long arg1, in do_freebsd_syscall() function