/Linux-v5.15/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.15/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 9 ifneq (,$(ARCH)) 10 …ubst /, ,$(firstword $(wildcard $(foreach bindir,$(subst :, ,$(PATH)),$(bindir)/$(ARCH)-*-gcc)))))) 12 $(error The toolchain for $(ARCH) is not installed) 16 ARCH := $(firstword $(subst -, ,$(CBUILD))) macro 21 BUILD_PATH ?= $(PWD)/build/$(ARCH) 61 ifeq ($(HOST_ARCH),$(ARCH)) 71 ifeq ($(ARCH),aarch64) 75 ifeq ($(HOST_ARCH),$(ARCH)) 81 else ifeq ($(ARCH),aarch64_be) 85 ifeq ($(HOST_ARCH),$(ARCH)) [all …]
|
/Linux-v5.15/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.15/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.15/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.15/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. Two possible 66 <(ARCH=arch_of_dtx_1 `basename $0` DTx_1) \\ 67 <(ARCH=arch_of_dtx_2 `basename $0` DTx_2) 69 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts 70 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts 130 if [ "${ARCH}" = "" ] ; then 138 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then 143 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2 146 if [ ! -d ${srctree}/arch/${ARCH} ] ; then [all …]
|
/Linux-v5.15/scripts/package/ |
D | buildtar | 20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar" 63 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE… 72 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install 88 case "${ARCH}" in
|
D | builddeb | 115 if [ "$ARCH" = "um" ] ; then 122 case $ARCH in 141 if [ "$ARCH" = "um" ] ; then 163 if [ "$ARCH" = "um" ] ; then 211 if [ "$ARCH" != "um" ]; then
|
/Linux-v5.15/scripts/ |
D | decodecode | 64 if [ -z "$ARCH" ]; then 66 aarch64*) ARCH=arm64 ;; 67 arm*) ARCH=arm ;; 78 if [ "$ARCH" = "arm" ]; then 86 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.15/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.15/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.15/tools/testing/selftests/ |
D | lib.mk | 30 ARCH ?= $(SUBARCH) 55 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install 58 ARCH=$(ARCH) -C $(top_srcdir) headers_install
|
D | Makefile | 130 ARCH ?= $(SUBARCH) macro 155 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install 158 ARCH=$(ARCH) -C $(top_srcdir) headers_install
|
/Linux-v5.15/arch/h8300/boot/ |
D | Makefile | 27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
|
/Linux-v5.15/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-v5.15/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-v5.15/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.15/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.15/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.15/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.15/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.15/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.15/tools/testing/selftests/sparc64/ |
D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro 5 ifneq ($(ARCH),sparc64)
|
/Linux-v5.15/tools/testing/selftests/vm/ |
D | run_vmtests.sh | 63 if [ -z $ARCH ]; then 64 ARCH=`uname -m 2>/dev/null | sed -e 's/aarch64.*/arm64/'` 67 echo "$ARCH64STR" | grep $ARCH && VADDR64=1
|