Home
last modified time | relevance | path

Searched defs:ARCH (Results 1 – 23 of 23) sorted by relevance

/linux/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/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/tools/testing/selftests/powerpc/
H A DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/linux/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/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/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/tools/testing/selftests/kexec/
H A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux/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/tools/testing/selftests/sparc64/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/linux/tools/testing/selftests/intel_pstate/
H A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux/tools/testing/selftests/arm64/
H A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux/tools/testing/selftests/riscv/
H A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux/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/tools/include/nolibc/
H A DMakefile13 ARCH = $(SUBARCH) macro
/linux/tools/testing/selftests/nolibc/
H A DMakefile21 ARCH = $(SUBARCH) macro
52 ARCH := $(or $(ARCH_$(XARCH)),$(XARCH)) macro
/linux/tools/testing/selftests/
H A DMakefile183 ARCH ?= $(SUBARCH) macro
/linux/lib/raid6/test/
H A DMakefile19 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
/linux/tools/testing/selftests/mm/
H A DMakefile15 ARCH ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/powerpc/') macro
/linux/Documentation/kbuild/
H A Dkbuild.rst159 ARCH section in Environment variables
/linux/tools/testing/selftests/kvm/
H A DMakefile8 ARCH ?= $(SUBARCH) macro
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile12 ARCH ?= macro
16 ARCH := $(HOST_ARCH) macro
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat399 ARCH = Arch.get_arch() variable
/linux/
H A DMakefile390 ARCH ?= $(SUBARCH) macro