/Linux-v5.4/tools/testing/ktest/examples/ |
D | crosstests.conf | 78 … PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make ARCH=${ARCH} 93 TEST_NAME = ${ARCH} ${CROSS} 102 ARCH = alpha 107 ARCH = arm 112 ARCH = ia64 117 ARCH = m68k 122 ARCH = mips 127 ARCH = mips 132 ARCH = parisc 137 ARCH = parisc [all …]
|
/Linux-v5.4/tools/scripts/ |
D | Makefile.arch | 9 ifndef ARCH 10 ARCH := $(HOSTARCH) 13 SRCARCH := $(ARCH) 16 ifeq ($(ARCH),i386) 19 ifeq ($(ARCH),x86_64) 24 ifeq ($(ARCH),sparc32) 27 ifeq ($(ARCH),sparc64) 32 ifeq ($(ARCH),sh64)
|
/Linux-v5.4/tools/testing/selftests/ipc/ |
D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro 4 ifeq ($(ARCH),i386) 5 ARCH := x86 macro 8 ifeq ($(ARCH),x86_64) 9 ARCH := x86 macro
|
/Linux-v5.4/Documentation/features/scripts/ |
D | features-refresh.sh | 63 ARCH=$(echo $ARCH_DIR | sed -e 's/arch//g' | sed -e 's/\///g') 83 printf " |%12s: | ok |\n" "$ARCH" >> $T_FILE 85 printf " |%12s: | ok |\n" "$ARCH" >> $T_FILE 87 S=$(grep -v "^#" "$F_FILE" | grep " $ARCH:") 91 printf " |%12s: | TODO |\n" "$ARCH" \
|
/Linux-v5.4/scripts/dtc/ |
D | dtx_diff | 54 The shell variable \${ARCH} must provide the architecture containing 59 may not work since \${ARCH} is part of the include path. Two possible 63 <(ARCH=arch_of_dtx_1 `basename $0` DTx_1) \\ 64 <(ARCH=arch_of_dtx_2 `basename $0` DTx_2) 66 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts 67 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts 127 if [ "${ARCH}" = "" ] ; then 135 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then 140 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2 143 if [ ! -d ${srctree}/arch/${ARCH} ] ; then [all …]
|
/Linux-v5.4/scripts/ |
D | decodecode | 63 if [ -z "$ARCH" ]; then 65 aarch64*) ARCH=arm64 ;; 66 arm*) ARCH=arm ;; 73 if [ "$ARCH" = "arm" ]; then 81 if [ "$ARCH" = "arm64" ]; then
|
D | subarch.include | 2 # first, and if a usermode build is happening, the "ARCH=um" on the command 3 # line overrides the setting of ARCH below. If a native build is happening, 4 # then ARCH is assigned, getting whatever value it gets normally, and
|
/Linux-v5.4/tools/testing/selftests/breakpoints/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 8 ifeq ($(ARCH),x86) 11 ifneq (,$(filter $(ARCH),aarch64 arm64))
|
/Linux-v5.4/Documentation/features/ |
D | list-arch.sh | 8 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')} 12 echo "# Kernel feature support matrix of the '$ARCH' architecture:" 20 S=$(grep -hv "^#" $F | grep -w $ARCH | cut -d\| -f3)
|
/Linux-v5.4/tools/testing/selftests/powerpc/ |
D | Makefile | 5 ARCH ?= $(shell uname -m) macro 6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro 8 ifeq ($(ARCH),powerpc)
|
/Linux-v5.4/tools/testing/selftests/ |
D | lib.mk | 26 ARCH ?= $(SUBARCH) 50 make --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install 53 ARCH=$(ARCH) -C $(top_srcdir) headers_install
|
D | Makefile | 102 ARCH ?= $(SUBARCH) macro 136 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install 139 ARCH=$(ARCH) -C $(top_srcdir) headers_install
|
/Linux-v5.4/scripts/package/ |
D | buildtar | 20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar" 60 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install 76 case "${ARCH}" in
|
D | builddeb | 59 if [ "$ARCH" = "um" ] ; then 66 case $ARCH in 86 if [ "$ARCH" = "um" ] ; then 109 if [ "$ARCH" = "um" ] ; then 132 if [ "$ARCH" != "um" ]; then 187 if [ "$ARCH" != "um" ]; then
|
/Linux-v5.4/arch/h8300/boot/ |
D | Makefile | 27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
|
/Linux-v5.4/tools/testing/selftests/arm64/ |
D | Makefile | 4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro 6 ifneq (,$(filter $(ARCH),aarch64 arm64))
|
/Linux-v5.4/tools/testing/selftests/kexec/ |
D | Makefile | 5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 7 ifeq ($(ARCH),x86)
|
/Linux-v5.4/samples/timers/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 6 ifeq ($(ARCH),x86)
|
/Linux-v5.4/tools/testing/selftests/intel_pstate/ |
D | Makefile | 6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 8 ifeq (x86,$(ARCH))
|
/Linux-v5.4/Documentation/arm/sa1100/ |
D | cerf.rst | 30 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig 31 make ARCH=arm CROSS_COMPILE=arm-linux- zImage 32 make ARCH=arm CROSS_COMPILE=arm-linux- modules
|
/Linux-v5.4/tools/testing/selftests/prctl/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 6 ifeq ($(ARCH),x86)
|
/Linux-v5.4/lib/raid6/test/ |
D | Makefile | 16 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro 17 ifeq ($(ARCH),i386) 21 ifeq ($(ARCH),x86_64) 26 ifeq ($(ARCH),arm) 30 ifeq ($(ARCH),aarch64)
|
/Linux-v5.4/tools/objtool/ |
D | Makefile | 5 ifeq ($(ARCH),x86_64) 6 ARCH := x86 macro 36 -I$(srctree)/tools/arch/$(ARCH)/include
|
/Linux-v5.4/arch/s390/tools/ |
D | Makefile | 6 kapi := arch/$(ARCH)/include/generated/asm 21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
|
/Linux-v5.4/samples/mic/mpssd/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 6 ifeq ($(ARCH),x86)
|