Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 25 of 134) sorted by relevance

123456

/linux-6.15/tools/testing/ktest/examples/
H A Dcrosstests.conf102 ARCH = alpha
107 ARCH = arm
112 ARCH = ia64
117 ARCH = m68k
122 ARCH = mips
127 ARCH = mips
152 ARCH = s390
157 ARCH = sh
177 ARCH = uml
182 ARCH = i386
[all …]
/linux-6.15/tools/testing/selftests/wireguard/qemu/
H A DMakefile12 ARCH ?= macro
15 ifeq ($(ARCH),)
16 ARCH := $(HOST_ARCH) macro
56 ifeq ($(ARCH),aarch64)
80 else ifeq ($(ARCH),arm)
116 else ifeq ($(ARCH),i686)
151 else ifeq ($(ARCH),mips)
251 else ifeq ($(ARCH),um)
270 ifneq ($(ARCH),um)
289 ifneq ($(ARCH),um)
[all …]
/linux-6.15/tools/scripts/
H A DMakefile.arch10 ifeq ($(strip $(ARCH)),)
11 override 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.15/tools/testing/selftests/nolibc/
H A DMakefile21 ifeq ($(ARCH),)
23 ARCH = $(SUBARCH) macro
47 XARCH = $(or $(XARCH_$(ARCH)),$(ARCH))
233 sysroot: sysroot/$(ARCH)/include
235 sysroot/$(ARCH)/include: | defconfig
239 …$(Q)$(MAKE) -C $(srctree)/tools/include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_stan…
240 $(Q)mv sysroot/sysroot sysroot/$(ARCH)
279 $(Q)$(MAKE) -C $(srctree) ARCH=$(ARCH) CC=$(CC) CROSS_COMPILE=$(CROSS_COMPILE) $(DEFCONFIG)
282 …$(MAKE) -C $(srctree) ARCH=$(ARCH) CC=$(CC) CROSS_COMPILE=$(CROSS_COMPILE) olddefconfig < /dev/nul…
286 …$(Q)$(MAKE) -C $(srctree) ARCH=$(ARCH) CC=$(CC) CROSS_COMPILE=$(CROSS_COMPILE) $(IMAGE_NAME) < /de…
[all …]
/linux-6.15/tools/testing/selftests/kvm/
H A DMakefile4 ARCH ?= $(SUBARCH) macro
6 ifeq ($(ARCH),$(filter $(ARCH),arm64 s390 riscv x86 x86_64))
8 ifeq ($(ARCH),x86_64)
9 ARCH := x86 macro
H A DMakefile.kvm196 TEST_PROGS += $(TEST_PROGS_$(ARCH))
197 TEST_GEN_PROGS += $(TEST_GEN_PROGS_$(ARCH))
198 TEST_GEN_PROGS_EXTENDED += $(TEST_GEN_PROGS_EXTENDED_$(ARCH))
199 LIBKVM += $(LIBKVM_$(ARCH))
211 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
218 -I$(LINUX_HDR_PATH) -Iinclude -I$(<D) -Iinclude/$(ARCH) \
220 ifeq ($(ARCH),s390)
223 ifeq ($(ARCH),x86)
228 ifeq ($(ARCH),arm64)
279 $(SPLIT_TEST_GEN_PROGS): $(OUTPUT)/%: $(OUTPUT)/%.o $(OUTPUT)/$(ARCH)/%.o
[all …]
/linux-6.15/scripts/
H A Ddecodecode66 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
H A Dcheck-uapi.sh18 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 …]
H A Dsubarch.include2 # 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.15/tools/testing/selftests/ipc/
H A DMakefile3 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.15/Documentation/features/scripts/
H A Dfeatures-refresh.sh63 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.15/tools/testing/selftests/amd-pstate/
H A DMakefile7 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.15/scripts/package/
H A Dbuildtar34 …$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.15/tools/testing/selftests/mm/
H A DMakefile9 ifeq ($(ARCH),)
16 ARCH ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/powerpc/') macro
74 ifneq (,$(filter $(ARCH),arm64 riscv riscv64 x86 x86_64))
102 ifneq ($(ARCH),arm64)
106 ifeq ($(ARCH),x86_64)
128 else ifeq ($(ARCH),arm64)
131 else ifeq ($(ARCH),powerpc)
135 ifneq (,$(filter $(ARCH),arm64 mips64 parisc64 powerpc riscv64 s390x sparc64 x86_64 s390))
137 ifneq ($(ARCH),riscv64)
166 ifeq ($(ARCH),x86_64)
/linux-6.15/scripts/dtc/
H A Ddtx_diff57 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.15/lib/raid6/test/
H A DMakefile19 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.15/drivers/gpu/drm/ci/
H A Digt_runner.sh43 ARCH="arm64"
45 ARCH="arm"
47 ARCH="x86_64"
50 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s $PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.…
/linux-6.15/tools/testing/selftests/powerpc/
H A DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
8 ifeq ($(ARCH),powerpc)
/linux-6.15/tools/testing/selftests/breakpoints/
H A DMakefile4 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.15/scripts/package/debian/
H A Drules26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) \
80 $(Q)$(MAKE) $(make-opts) $(if $(filter um,$(ARCH)),,headers) all
86 $(Q)$(MAKE) ARCH=$(ARCH) clean
/linux-6.15/tools/include/nolibc/
H A DMakefile11 ifeq ($(ARCH),)
13 ARCH = $(SUBARCH) macro
26 nolibc_arch := $(patsubst arm64,aarch64,$(ARCH))
/linux-6.15/Documentation/features/
H A Dlist-arch.sh9 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/' | sed 's/s390x/s390/')}
11 $(dirname $0)/../../scripts/get_feat.pl list --arch $ARCH
/linux-6.15/tools/testing/selftests/thermal/intel/power_floor/
H A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
6 ifeq ($(ARCH),x86)
/linux-6.15/tools/testing/selftests/thermal/intel/workload_hint/
H A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
6 ifeq ($(ARCH),x86)
/linux-6.15/tools/testing/selftests/kexec/
H A DMakefile4 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/)

123456