Searched refs:ARCH (Results 1 - 25 of 89) sorted by relevance

1234

/linux-master/Documentation/features/
H 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-master/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-master/tools/testing/ktest/examples/
H A Dcrosstests.conf78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make ARCH=${ARCH}
93 TEST_NAME = ${ARCH} ${CROSS}
97 # Notice that CROSS and ARCH are also options and not variables (again '=' instead
102 ARCH = alpha
107 ARCH = arm
112 ARCH = ia64
117 ARCH = m68k
122 ARCH = mips
127 ARCH
[all...]
/linux-master/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-master/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-master/scripts/package/
H A Dmkspec25 %define ARCH ${ARCH}
/linux-master/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-master/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-master/scripts/
H A Dmin-tool-version.sh20 if [ "$ARCH" = parisc64 ]; then
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
/linux-master/tools/scripts/
H A DMakefile.arch10 ifndef ARCH
11 ARCH := $(HOSTARCH)
14 SRCARCH := $(ARCH)
16 # Additional ARCH settings for x86
17 ifeq ($(ARCH),i386)
20 ifeq ($(ARCH),x86_64)
24 # Additional ARCH settings for sparc
25 ifeq ($(ARCH),sparc32)
28 ifeq ($(ARCH),sparc64)
32 # Additional ARCH setting
[all...]
/linux-master/tools/testing/selftests/intel_pstate/
H 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-master/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/)
/linux-master/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-master/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile15 ifeq ($(ARCH),arm64)
23 ifeq ($(ARCH),arm64)
/linux-master/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile14 ifeq ($(ARCH),arm64)
22 ifeq ($(ARCH),arm64)
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile14 ifeq ($(ARCH),arm64)
22 ifeq ($(ARCH),arm64)
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile14 ifeq ($(ARCH),arm64)
22 ifeq ($(ARCH),arm64)
/linux-master/tools/testing/selftests/prctl/
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-master/tools/testing/selftests/nolibc/
H A DMakefile19 ifeq ($(ARCH),)
21 ARCH = $(SUBARCH) macro
26 # XARCH extends the kernel's ARCH with a few variants of the same
28 # and the Qemu program used. It is copied as-is into ARCH except for
31 # XARCH | ARCH | config
38 # ARCH is already set. For simplicity, ARCH is sufficient for all
44 XARCH = $(or $(XARCH_$(ARCH)),$(ARCH))
52 ARCH macro
[all...]
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile9 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),ar
[all...]
/linux-master/drivers/gpu/drm/ci/
H A Digt_runner.sh53 ARCH="arm64"
55 ARCH="arm"
57 ARCH="x86_64"
60 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${FDO_HTTP_CACHE_URI:-}$PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --zstd -v -x -C /
/linux-master/arch/s390/tools/
H A DMakefile6 kapi := arch/$(ARCH)/include/generated/asm
21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
/linux-master/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile14 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
/linux-master/tools/testing/selftests/powerpc/
H A DMakefile4 # ARCH can be overridden by the user for cross compiling
5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
8 ifeq ($(ARCH),powerpc)

Completed in 439 milliseconds

1234