| /linux/tools/testing/selftests/ipc/ | 
| H A D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/)  macro5         ARCH := x86  macro
 9 	ARCH := x86  macro
 
 | 
| /linux/tools/testing/selftests/amd-pstate/ | 
| H A D | Makefile | 7 ARCH ?= $(shell uname -m 2>/dev/null || echo not)  macro8 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)  macro
 
 | 
| /linux/tools/testing/selftests/kvm/ | 
| H A D | Makefile | 4 ARCH            ?= $(SUBARCH)  macro9 	ARCH := x86  macro
 
 | 
| /linux/tools/testing/selftests/powerpc/ | 
| H A D | Makefile | 5 ARCH ?= $(shell uname -m)  macro6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/)  macro
 
 | 
| /linux/tools/testing/selftests/breakpoints/ | 
| H A D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)  macro
 | 
| /linux/tools/testing/selftests/thermal/intel/workload_hint/ | 
| H A D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)  macro
 | 
| /linux/tools/testing/selftests/thermal/intel/power_floor/ | 
| H A D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)  macro
 | 
| /linux/tools/testing/selftests/prctl/ | 
| H A D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)  macro
 | 
| /linux/tools/testing/selftests/kexec/ | 
| H A D | Makefile | 4 ARCH ?= $(shell uname -m 2>/dev/null || echo not)  macro
 | 
| /linux/tools/testing/selftests/sparc64/ | 
| H A D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/)  macro
 | 
| /linux/tools/testing/selftests/intel_pstate/ | 
| H A D | Makefile | 5 ARCH ?= $(shell uname -m 2>/dev/null || echo not)  macro
 | 
| /linux/tools/testing/selftests/riscv/ | 
| H A D | Makefile | 5 ARCH ?= $(shell uname -m 2>/dev/null || echo not)  macro
 | 
| /linux/tools/include/nolibc/ | 
| H A D | Makefile | 13 ARCH = $(SUBARCH)  macro
 | 
| /linux/tools/hv/ | 
| H A D | Makefile | 5 ARCH := $(shell uname -m 2>/dev/null)  macro
 | 
| /linux/tools/testing/selftests/ | 
| H A D | Makefile | 200 ARCH ?= $(SUBARCH) global()  macro 
 | 
| /linux/lib/raid6/test/ | 
| H A D | Makefile | 19 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/)  macro
 | 
| /linux/tools/testing/selftests/wireguard/qemu/ | 
| H A D | Makefile | 12 ARCH ?=  macro 16 ARCH := $(HOST_ARCH)  macro
 [all...]
 | 
| /linux/tools/testing/selftests/mm/ | 
| H A D | Makefile | 16 ARCH ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/powerpc/')  macro
 | 
| /linux/tools/kvm/kvm_stat/ | 
| H A D | kvm_stat | 399 ARCH = Arch.get_arch()  variable
 | 
| /linux/ | 
| H A D | Makefile | 403 ARCH		?= $(SUBARCH)  macro
 |