Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/riscv/
H A Dtarget_syscall.h36 #define TARGET_HW_MACHINE_ARCH UNAME_MACHINE macro
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_syscall.h49 #define TARGET_HW_MACHINE_ARCH "aarch64" macro
/openbmc/qemu/bsd-user/arm/
H A Dtarget_syscall.h53 #define TARGET_HW_MACHINE_ARCH "armv7" macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h133 #define TARGET_HW_MACHINE_ARCH "amd64" macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_syscall.h182 #define TARGET_HW_MACHINE_ARCH UNAME_MACHINE macro
/openbmc/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()