Home
last modified time | relevance | path

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

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