Home
last modified time | relevance | path

Searched refs:TARGET_HW_MACHINE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_syscall.h48 #define TARGET_HW_MACHINE "arm64" macro
/openbmc/qemu/bsd-user/arm/
H A Dtarget_syscall.h52 #define TARGET_HW_MACHINE "arm" macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h132 #define TARGET_HW_MACHINE "amd64" macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_syscall.h181 #define TARGET_HW_MACHINE UNAME_MACHINE macro
/openbmc/qemu/bsd-user/freebsd/
H A Dos-sys.c293 holdlen = sizeof(TARGET_HW_MACHINE); in do_freebsd_sysctl_oid()
295 strlcpy(holdp, TARGET_HW_MACHINE, oldlen); in do_freebsd_sysctl_oid()