/Linux-v6.1/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-v6.1/tools/testing/selftests/nolibc/ |
D | Makefile | 10 ifeq ($(ARCH),) 12 ARCH = $(SUBARCH) macro 22 IMAGE = $(IMAGE_$(ARCH)) 32 DEFCONFIG = $(DEFCONFIG_$(ARCH)) 44 QEMU_ARCH = $(QEMU_ARCH_$(ARCH)) 53 QEMU_ARGS = $(QEMU_ARGS_$(ARCH)) 72 @echo " sysroot create the nolibc sysroot here (uses \$$ARCH)" 75 @echo " defconfig create a fresh new default config (uses \$$ARCH)" 76 @echo " kernel (re)build the kernel with the initramfs (uses \$$ARCH)" 77 @echo " run runs the kernel in QEMU after building it (uses \$$ARCH, \$$TEST)" [all …]
|
/Linux-v6.1/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 9 BUILD_PATH ?= $(PWD)/build/$(ARCH) 12 ARCH ?= macro 15 ifeq ($(ARCH),) 16 ARCH := $(HOST_ARCH) macro 49 ifeq ($(HOST_ARCH),$(ARCH)) 56 ifeq ($(ARCH),aarch64) 62 ifeq ($(HOST_ARCH),$(ARCH)) 68 else ifeq ($(ARCH),aarch64_be) 74 ifeq ($(HOST_ARCH),$(ARCH)) 80 else ifeq ($(ARCH),arm) [all …]
|
/Linux-v6.1/tools/scripts/ |
D | Makefile.arch | 10 ifndef ARCH 11 ARCH := $(HOSTARCH) 14 SRCARCH := $(ARCH) 17 ifeq ($(ARCH),i386) 20 ifeq ($(ARCH),x86_64) 25 ifeq ($(ARCH),sparc32) 28 ifeq ($(ARCH),sparc64) 33 ifeq ($(ARCH),sh64)
|
/Linux-v6.1/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-v6.1/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-v6.1/scripts/package/ |
D | buildtar | 20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar" 67 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE… 76 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install 92 case "${ARCH}" in
|
/Linux-v6.1/scripts/dtc/ |
D | dtx_diff | 57 The shell variable \${ARCH} must provide the architecture containing 62 may not work since \${ARCH} is part of the include path. The following 65 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts 66 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts 126 if [ "${ARCH}" = "" ] ; then 134 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then 139 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2 142 if [ ! -d ${srctree}/arch/${ARCH} ] ; then 145 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2 146 echo " Is \$ARCH='${ARCH}' correct?" >&2
|
/Linux-v6.1/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-v6.1/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-v6.1/scripts/ |
D | decodecode | 66 if [ -z "$ARCH" ]; then 68 aarch64*) ARCH=arm64 ;; 69 arm*) ARCH=arm ;; 80 if [ "$ARCH" = "arm" ]; then 88 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-v6.1/tools/testing/selftests/vDSO/ |
D | Makefile | 5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 10 ifeq ($(ARCH),$(filter $(ARCH),x86 x86_64))
|
/Linux-v6.1/tools/include/nolibc/ |
D | Makefile | 11 ifeq ($(ARCH),) 13 ARCH = $(SUBARCH) macro 26 nolibc_arch := $(patsubst arm64,aarch64,$(ARCH))
|
/Linux-v6.1/Documentation/features/ |
D | list-arch.sh | 9 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')} 11 $(dirname $0)/../../scripts/get_feat.pl list --arch $ARCH
|
/Linux-v6.1/lib/raid6/test/ |
D | Makefile | 18 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro 19 ifeq ($(ARCH),i386) 23 ifeq ($(ARCH),x86_64) 28 ifeq ($(ARCH),arm) 32 ifeq ($(ARCH),aarch64)
|
/Linux-v6.1/tools/testing/selftests/kexec/ |
D | Makefile | 4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro 5 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
|
/Linux-v6.1/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-v6.1/tools/testing/selftests/intel_pstate/ |
D | Makefile | 5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro 6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
|
/Linux-v6.1/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-v6.1/tools/testing/selftests/kvm/ |
D | Makefile | 8 ARCH ?= $(SUBARCH) macro 29 ifeq ($(ARCH),arm64) 33 ifeq ($(ARCH),s390) 37 ifeq ($(ARCH),riscv) 199 ifeq ($(ARCH),x86_64) 202 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
|
/Linux-v6.1/tools/perf/tests/shell/coresight/memcpy_thread/ |
D | Makefile | 14 ifeq ($(ARCH),arm64) 22 ifeq ($(ARCH),arm64)
|
/Linux-v6.1/tools/perf/tests/shell/coresight/asm_pure_loop/ |
D | Makefile | 15 ifeq ($(ARCH),arm64) 23 ifeq ($(ARCH),arm64)
|
/Linux-v6.1/tools/perf/tests/shell/coresight/thread_loop/ |
D | Makefile | 14 ifeq ($(ARCH),arm64) 22 ifeq ($(ARCH),arm64)
|
/Linux-v6.1/tools/perf/tests/shell/coresight/unroll_loop_thread/ |
D | Makefile | 14 ifeq ($(ARCH),arm64) 22 ifeq ($(ARCH),arm64)
|