Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/tools/testing/ktest/examples/
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.3-rc2/tools/testing/selftests/nolibc/
A DMakefile10 ifeq ($(ARCH),)
12 ARCH = $(SUBARCH) macro
24 IMAGE = $(IMAGE_$(ARCH))
36 DEFCONFIG = $(DEFCONFIG_$(ARCH))
50 QEMU_ARCH = $(QEMU_ARCH_$(ARCH))
61 QEMU_ARGS = $(QEMU_ARGS_$(ARCH))
105 sysroot: sysroot/$(ARCH)/include
107 sysroot/$(ARCH)/include:
110 $(Q)$(MAKE) -C ../../../include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_standalone
111 $(Q)mv sysroot/sysroot sysroot/$(ARCH)
[all …]
/linux-6.3-rc2/tools/scripts/
A DMakefile.arch10 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)
38 ifeq ($(ARCH),loongarch32)
42 ifeq ($(ARCH),loongarch64)
/linux-6.3-rc2/tools/testing/selftests/wireguard/qemu/
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.3-rc2/tools/testing/selftests/ipc/
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.3-rc2/Documentation/features/scripts/
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.3-rc2/scripts/
A Ddecodecode66 if [ -z "$ARCH" ]; then
68 aarch64*) ARCH=arm64 ;;
69 arm*) ARCH=arm ;;
80 if [ "$ARCH" = "arm" ]; then
88 if [ "$ARCH" = "arm64" ]; then
96 if [ "$ARCH" = "riscv" ]; then
135 if [ "$ARCH" = "riscv" ]; then
A DMakefile.defconf12 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/$(1) \
13 $(foreach config,$(2),$(srctree)/arch/$(ARCH)/configs/$(config).config)
26 -Q -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/$(1) \
27 $(foreach config,$(2),$(srctree)/arch/$(ARCH)/configs/$(config).config)
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.3-rc2/scripts/package/
A Dbuildtar35 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE…
44 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
60 case "${ARCH}" in
/linux-6.3-rc2/scripts/dtc/
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.3-rc2/tools/testing/selftests/breakpoints/
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.3-rc2/tools/testing/selftests/powerpc/
A DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
8 ifeq ($(ARCH),powerpc)
/linux-6.3-rc2/tools/testing/selftests/vDSO/
A DMakefile5 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-6.3-rc2/tools/testing/selftests/kvm/
A DMakefile8 ARCH ?= $(SUBARCH) macro
10 ifeq ($(ARCH),x86)
12 else ifeq ($(ARCH),arm64)
14 else ifeq ($(ARCH),s390)
17 ARCH_DIR := $(ARCH)
192 ifeq ($(ARCH),x86_64)
195 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
204 ifeq ($(ARCH),s390)
/linux-6.3-rc2/tools/include/nolibc/
A DMakefile11 ifeq ($(ARCH),)
13 ARCH = $(SUBARCH) macro
26 nolibc_arch := $(patsubst arm64,aarch64,$(ARCH))
/linux-6.3-rc2/Documentation/features/
A Dlist-arch.sh9 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.3-rc2/lib/raid6/test/
A DMakefile18 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-6.3-rc2/tools/testing/selftests/kexec/
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/)
/linux-6.3-rc2/tools/testing/selftests/intel_pstate/
A DMakefile5 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-6.3-rc2/Documentation/arm/sa1100/
A Dcerf.rst30 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-6.3-rc2/tools/testing/selftests/prctl/
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.3-rc2/tools/perf/tests/shell/coresight/asm_pure_loop/
A DMakefile15 ifeq ($(ARCH),arm64)
23 ifeq ($(ARCH),arm64)
/linux-6.3-rc2/tools/perf/tests/shell/coresight/memcpy_thread/
A DMakefile14 ifeq ($(ARCH),arm64)
22 ifeq ($(ARCH),arm64)
/linux-6.3-rc2/tools/perf/tests/shell/coresight/thread_loop/
A DMakefile14 ifeq ($(ARCH),arm64)
22 ifeq ($(ARCH),arm64)

Completed in 29 milliseconds

12345