Home
last modified time | relevance | path

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

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

Completed in 620 milliseconds