/linux-6.12.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-6.12.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-6.12.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),loongarch32) 37 ifeq ($(ARCH),loongarch64)
|
/linux-6.12.1/tools/testing/selftests/nolibc/ |
D | Makefile | 21 ifeq ($(ARCH),) 23 ARCH = $(SUBARCH) macro 46 XARCH = $(or $(XARCH_$(ARCH)),$(ARCH)) 54 ARCH := $(or $(ARCH_$(XARCH)),$(XARCH)) macro 182 @echo " sysroot create the nolibc sysroot here (uses \$$ARCH)" 210 sysroot: sysroot/$(ARCH)/include 212 sysroot/$(ARCH)/include: 213 $(Q)rm -rf sysroot/$(ARCH) sysroot/sysroot 216 …$(Q)$(MAKE) -C $(srctree)/tools/include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_stan… 217 $(Q)mv sysroot/sysroot sysroot/$(ARCH) [all …]
|
/linux-6.12.1/scripts/ |
D | decodecode | 66 if [ -z "$ARCH" ]; then 68 aarch64*) ARCH=arm64 ;; 69 arm*) ARCH=arm ;; 70 loongarch*) ARCH=loongarch ;; 81 if [ "$ARCH" = "arm" ]; then 89 if [ "$ARCH" = "arm64" ]; then 97 if [ "$ARCH" = "riscv" ]; then 102 if [ "$ARCH" = "loongarch" ]; then 140 if [ "$ARCH" = "riscv" ]; then
|
D | check-uapi.sh | 18 defined in ARCH. 38 ARCH Target architecture for the UAPI check (default is host arch) 168 } | SRCARCH="$ARCH" make --always-make -f - | tr " " "\n" \ 198 make -j "$MAX_THREADS" ARCH="$ARCH" INSTALL_HDR_PATH="$install_dir" \ 284 "$failed" "$total" "$ARCH" 290 "$total" "$ARCH" 408 ARCH="${ARCH:-$(uname -m)}" 409 if [ "$ARCH" = "x86_64" ]; then 410 ARCH="x86" 446 if [ ! -d "arch/${ARCH}" ]; then [all …]
|
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-6.12.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-6.12.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-6.12.1/tools/testing/selftests/amd-pstate/ |
D | Makefile | 7 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro 8 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 10 ifeq (x86,$(ARCH))
|
/linux-6.12.1/scripts/package/ |
D | buildtar | 34 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE… 42 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install 60 case "${ARCH}" in
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | Makefile | 9 ifeq ($(ARCH),) 16 ARCH ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/powerpc/') macro 56 ifneq (,$(filter $(ARCH),arm64 riscv riscv64 x86 x86_64)) 83 ifneq ($(ARCH),arm64) 87 ifeq ($(ARCH),x86_64) 110 ifneq (,$(filter $(ARCH),arm64 powerpc)) 116 ifneq (,$(filter $(ARCH),arm64 mips64 parisc64 powerpc riscv64 s390x sparc64 x86_64 s390)) 141 ifeq ($(ARCH),x86_64)
|
/linux-6.12.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-6.12.1/lib/raid6/test/ |
D | Makefile | 19 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro 20 ifeq ($(ARCH),i386) 24 ifeq ($(ARCH),x86_64) 29 ifeq ($(ARCH),arm) 33 ifeq ($(ARCH),aarch64) 38 ifeq ($(findstring ppc,$(ARCH)),ppc) 44 ifeq ($(ARCH),loongarch64) 67 else ifeq ($(ARCH),loongarch64)
|
/linux-6.12.1/drivers/gpu/drm/ci/ |
D | igt_runner.sh | 43 ARCH="arm64" 45 ARCH="arm" 47 ARCH="x86_64" 50 …rors --retry-delay 60 -s ${FDO_HTTP_CACHE_URI:-}$PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --…
|
/linux-6.12.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-6.12.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-6.12.1/scripts/package/debian/ |
D | rules | 26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) KBUILD_BUILD_VERSION=$(revision) $(addprefi… 74 $(Q)$(MAKE) $(make-opts) $(if $(filter um,$(ARCH)),,headers) all 80 $(Q)$(MAKE) ARCH=$(ARCH) clean
|
/linux-6.12.1/tools/testing/selftests/kvm/ |
D | Makefile | 8 ARCH ?= $(SUBARCH) macro 10 ifeq ($(ARCH),x86) 12 else ifeq ($(ARCH),arm64) 14 else ifeq ($(ARCH),s390) 17 ARCH_DIR := $(ARCH) 235 ifeq ($(ARCH),x86_64) 238 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include 248 ifeq ($(ARCH),s390) 251 ifeq ($(ARCH),x86) 256 ifeq ($(ARCH),arm64)
|
/linux-6.12.1/tools/include/nolibc/ |
D | Makefile | 11 ifeq ($(ARCH),) 13 ARCH = $(SUBARCH) macro 26 nolibc_arch := $(patsubst arm64,aarch64,$(ARCH))
|
/linux-6.12.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-6.12.1/tools/testing/selftests/thermal/intel/power_floor/ |
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-6.12.1/tools/testing/selftests/thermal/intel/workload_hint/ |
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-6.12.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-6.12.1/Documentation/arch/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
|