Home
last modified time | relevance | path

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

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