Home
last modified time | relevance | path

Searched refs:TARGET_HW_MACHINE_ARCH (Results 1 – 4 of 4) sorted by relevance

/qemu/bsd-user/arm/
H A Dtarget_syscall.h53 #define TARGET_HW_MACHINE_ARCH "armv7" macro
/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h133 #define TARGET_HW_MACHINE_ARCH "amd64" macro
/qemu/bsd-user/i386/
H A Dtarget_syscall.h182 #define TARGET_HW_MACHINE_ARCH UNAME_MACHINE macro
/qemu/bsd-user/freebsd/
H A Dos-sys.c302 holdlen = sizeof(TARGET_HW_MACHINE_ARCH); in do_freebsd_sysctl_oid()
304 strlcpy(holdp, TARGET_HW_MACHINE_ARCH, oldlen); in do_freebsd_sysctl_oid()