Searched defs:ARCH (Results 1 - 21 of 21) sorted by relevance

/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
/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
/linux-master/tools/testing/selftests/sparc64/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/linux-master/tools/testing/selftests/kexec/
H A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux-master/tools/testing/selftests/ipc/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro
5 ARCH := x86 macro
9 ARCH := x86 macro
/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
/linux-master/tools/testing/selftests/arm64/
H A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux-master/tools/testing/selftests/riscv/
H A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/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
/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
/linux-master/tools/testing/selftests/powerpc/
H A DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/linux-master/tools/testing/selftests/intel_pstate/
H A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux-master/tools/testing/selftests/vDSO/
H A DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/linux-master/tools/include/nolibc/
H A DMakefile13 ARCH = $(SUBARCH) macro
/linux-master/lib/raid6/test/
H A DMakefile19 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
/linux-master/tools/testing/selftests/mm/
H A DMakefile15 ARCH ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/ppc64/') macro
/linux-master/tools/testing/selftests/
H A DMakefile174 ARCH ?= $(SUBARCH) macro
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile12 ARCH ?= macro
16 ARCH := $(HOST_ARCH) macro
[all...]
/linux-master/tools/testing/selftests/kvm/
H A DMakefile8 ARCH ?= $(SUBARCH) macro
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile21 ARCH = $(SUBARCH) macro
52 ARCH macro
[all...]
/linux-master/
H A DMakefile390 ARCH ?= $(SUBARCH) macro
[all...]

Completed in 412 milliseconds