Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm64/include/
Dparam.h53 #ifndef MACHINE_ARCH32
54 #define MACHINE_ARCH32 "armv7" macro
/freebsd-12-stable/sys/powerpc/include/
Dparam.h71 #ifndef MACHINE_ARCH32
72 #define MACHINE_ARCH32 "powerpc" macro
/freebsd-12-stable/sys/amd64/include/
Dparam.h64 #ifndef MACHINE_ARCH32
65 #define MACHINE_ARCH32 "i386" macro
/freebsd-12-stable/sys/mips/include/
Dparam.h85 # ifndef MACHINE_ARCH32
86 # define MACHINE_ARCH32 "mips" _EL_SUFFIX _HF_SUFFIX macro
/freebsd-12-stable/sys/kern/
Dkern_mib.c273 static const char machine_arch32[] = MACHINE_ARCH32; in sysctl_hw_machine_arch()
289 MACHINE_ARCH " " MACHINE_ARCH32, 0, "Supported architectures for binaries");