/linux-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/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
|
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-5.19.10/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-5.19.10/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-5.19.10/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),$(filter $(ARCH),x86 ppc64le))
|
/linux-5.19.10/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-5.19.10/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-5.19.10/tools/testing/selftests/ |
D | lib.mk | 19 CLANG_TARGET_FLAGS := $(CLANG_TARGET_FLAGS_$(ARCH)) 57 ARCH ?= $(SUBARCH) 82 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install 85 ARCH=$(ARCH) -C $(top_srcdir) headers_install
|
D | Makefile | 145 ARCH ?= $(SUBARCH) macro 171 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install 174 ARCH=$(ARCH) -C $(top_srcdir) headers_install
|
/linux-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/tools/testing/selftests/bpf/ |
D | vmtest.sh | 10 ARCH="$(uname -m)" 11 case "${ARCH}" in 33 …ps://raw.githubusercontent.com/libbpf/libbpf/master/travis-ci/vmtest/configs/config-latest.${ARCH}" 34 …https://api.github.com/repos/libbpf/libbpf/contents/travis-ci/vmtest/configs/config-latest.${ARCH}" 105 if [[ $file =~ ^"${ARCH}"/libbpf-vmtest-rootfs-(.*)\.tar\.zst$ ]]; then 122 download "${ARCH}/libbpf-vmtest-rootfs-$rootfsversion.tar.zst" |
|
/linux-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/arch/s390/tools/ |
D | Makefile | 6 kapi := arch/$(ARCH)/include/generated/asm 21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
|
/linux-5.19.10/tools/testing/selftests/vm/ |
D | run_vmtests.sh | 62 if [ -z "$ARCH" ]; then 63 ARCH=$(uname -m 2>/dev/null | sed -e 's/aarch64.*/arm64/') 66 echo "$ARCH64STR" | grep "$ARCH" && VADDR64=1
|
/linux-5.19.10/tools/testing/selftests/kvm/ |
D | Makefile | 28 ifeq ($(ARCH),arm64) 32 ifeq ($(ARCH),s390) 36 ifeq ($(ARCH),riscv) 179 ifeq ($(ARCH),x86_64) 182 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
|