Home
last modified time | relevance | path

Searched refs:MACHINE_ARCH (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dparam.h60 #ifndef MACHINE_ARCH
62 #define MACHINE_ARCH "armv7" macro
64 #define MACHINE_ARCH "armv6" macro
/f-stack/freebsd/arm64/include/
H A Dparam.h50 #ifndef MACHINE_ARCH
51 #define MACHINE_ARCH "aarch64" macro
/f-stack/freebsd/i386/include/
H A Dparam.h54 #ifndef MACHINE_ARCH
55 #define MACHINE_ARCH "i386" macro
/f-stack/freebsd/mips/include/
H A Dparam.h81 #ifndef MACHINE_ARCH
82 # define MACHINE_ARCH "mips" _N64_SUFFIX _EL_SUFFIX _HF_SUFFIX macro
/f-stack/freebsd/amd64/include/
H A Dparam.h59 #ifndef MACHINE_ARCH
60 #define MACHINE_ARCH "amd64" macro
/f-stack/freebsd/contrib/openzfs/module/
H A DMakefile.bsd37 .if ${MACHINE_ARCH} == "amd64"
64 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
65 ${MACHINE_ARCH} == "arm"
133 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
134 ${MACHINE_ARCH} == "arm"
/f-stack/freebsd/kern/
H A Dkern_mib.c303 return (MACHINE_ARCH); in proc_machine_arch()
314 machine_arch = MACHINE_ARCH; in sysctl_hw_machine_arch()
323 #define MACHINE_ARCHES MACHINE_ARCH " " MACHINE_ARCH32
325 #define MACHINE_ARCHES MACHINE_ARCH
H A Dkern_shutdown.c1726 strlcpy(kdh->architecture, MACHINE_ARCH, sizeof(kdh->architecture)); in dump_init_header()
/f-stack/mk/
H A Dkern.mk95 ifeq (${MACHINE_ARCH},powerpc64)