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.h68 TARGET_FREEBSD_NR_syscall == syscall_num) { in target_cpu_loop()
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_cpu.h63 if (code == TARGET_FREEBSD_NR_syscall || in target_cpu_loop()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h74 if (syscall_nr == TARGET_FREEBSD_NR_syscall) { in target_cpu_loop()
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.h126 if (syscall_nr == TARGET_FREEBSD_NR_syscall) { in target_cpu_loop()
/openbmc/qemu/bsd-user/freebsd/
H A Dsyscall_nr.h8 #define TARGET_FREEBSD_NR_syscall 0 macro
H A Dstrace.list243 { TARGET_FREEBSD_NR_syscall, "syscall", NULL, NULL, NULL },