Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/tools/testing/selftests/powerpc/
A DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/linux-6.3-rc2/tools/testing/selftests/breakpoints/
A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/linux-6.3-rc2/tools/testing/selftests/kexec/
A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux-6.3-rc2/tools/testing/selftests/prctl/
A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/linux-6.3-rc2/tools/testing/selftests/amd-pstate/
A DMakefile8 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/linux-6.3-rc2/tools/testing/selftests/sparc64/
A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/linux-6.3-rc2/tools/testing/selftests/intel_pstate/
A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux-6.3-rc2/scripts/
A DMakefile30 ARCH := x86 macro
/linux-6.3-rc2/tools/testing/selftests/arm64/
A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux-6.3-rc2/tools/testing/selftests/vDSO/
A DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/linux-6.3-rc2/tools/include/nolibc/
A DMakefile13 ARCH = $(SUBARCH) macro
/linux-6.3-rc2/tools/testing/selftests/
A DMakefile154 ARCH ?= $(SUBARCH) macro
/linux-6.3-rc2/tools/testing/selftests/kvm/
A DMakefile8 ARCH ?= $(SUBARCH) macro
/linux-6.3-rc2/lib/raid6/test/
A DMakefile18 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
/linux-6.3-rc2/Documentation/kbuild/
A Dkbuild.rst153 ARCH section in Environment variables
/linux-6.3-rc2/tools/testing/selftests/nolibc/
A DMakefile12 ARCH = $(SUBARCH) macro
/linux-6.3-rc2/tools/testing/selftests/wireguard/qemu/
A DMakefile12 ARCH ?= macro
16 ARCH := $(HOST_ARCH) macro
/linux-6.3-rc2/tools/kvm/kvm_stat/
A Dkvm_stat399 ARCH = Arch.get_arch() variable
/linux-6.3-rc2/
A DMakefile392 ARCH ?= $(SUBARCH) macro

Completed in 19 milliseconds