Home
last modified time | relevance | path

Searched refs:MACHINE (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/tools/fdt/
H A Dmake_dtbo.sh15 if [ -z "${MACHINE}" ]; then
16 MACHINE=$(uname -m)
26 …p -I "$S/contrib/device-tree/include" -I "$S/dts/${MACHINE}" -I "$S/contrib/device-tree/src/${MACH…
27 ${DTC} -@ -O dtb -o "$dtb" -i "$S/dts/${MACHINE}" -i "$S/contrib/device-tree/src/${MACHINE}"
H A Dmake_dtb.sh15 if [ -z "${MACHINE}" ]; then
16 MACHINE=$(uname -m)
26 …p -I "$S/contrib/device-tree/include" -I "$S/dts/${MACHINE}" -I "$S/contrib/device-tree/src/${MACH…
27 …DTC} -@ -O dtb -o "$dtb" -b 0 -p 1024 -i "$S/dts/${MACHINE}" -i "$S/contrib/device-tree/src/${MACH…
/f-stack/freebsd/arm/include/
H A Dparam.h57 #ifndef MACHINE
58 #define MACHINE "arm" macro
/f-stack/freebsd/arm64/include/
H A Dparam.h47 #ifndef MACHINE
48 #define MACHINE "arm64" macro
/f-stack/freebsd/i386/include/
H A Dparam.h51 #ifndef MACHINE
52 #define MACHINE "i386" macro
/f-stack/freebsd/mips/include/
H A Dparam.h78 #ifndef MACHINE
79 # define MACHINE "mips" macro
/f-stack/freebsd/amd64/include/
H A Dparam.h56 #ifndef MACHINE
57 #define MACHINE "amd64" macro
/f-stack/freebsd/
H A DMakefile13 CSCOPE_ARCHDIR = ${MACHINE}
14 .if ${MACHINE} != ${MACHINE_CPUARCH}
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_misc.c43 .machine = MACHINE
/f-stack/lib/
H A DMakefile140 MACHINE=i386 macro
/f-stack/freebsd/x86/x86/
H A Didentcpu.c125 char machine[] = MACHINE;