Searched refs:do_freebsd_syscall (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_cpu.h | 69 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 D | target_arch_cpu.h | 84 ret = do_freebsd_syscall(env, code, arg1, arg2, arg3, in target_cpu_loop()
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_cpu.h | 113 ret = do_freebsd_syscall(env, syscall_nr, arg1, arg2, arg3, in target_cpu_loop()
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_cpu.h | 129 env->regs[R_EAX] = do_freebsd_syscall(env, in target_cpu_loop()
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_cpu.h | 148 env->regs[R_EAX] = do_freebsd_syscall(env, in target_cpu_loop()
|
/openbmc/qemu/bsd-user/ |
H A D | qemu.h | 177 abi_long do_freebsd_syscall(void *cpu_env, int num, abi_long arg1,
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-syscall.c | 931 abi_long do_freebsd_syscall(void *cpu_env, int num, abi_long arg1, in do_freebsd_syscall() function
|