Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_cpu.h67 if (TARGET_FREEBSD_NR___syscall == syscall_num || in target_cpu_loop()
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_cpu.h64 code == TARGET_FREEBSD_NR___syscall) { in target_cpu_loop()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h87 } else if (syscall_nr == TARGET_FREEBSD_NR___syscall) { in target_cpu_loop()
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.h129 } else if (syscall_nr == TARGET_FREEBSD_NR___syscall) { in target_cpu_loop()
/openbmc/qemu/bsd-user/freebsd/
H A Dsyscall_nr.h191 #define TARGET_FREEBSD_NR___syscall 198 macro
H A Dstrace.list33 { TARGET_FREEBSD_NR___syscall, "__syscall", NULL, NULL, NULL },