Home
last modified time | relevance | path

Searched defs:ARCH (Results 1 – 17 of 17) 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/powerpc/
A DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) 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 DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 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 DMakefile6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/linux/tools/testing/selftests/sparc64/
A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/linux/scripts/
A DMakefile28 ARCH := x86 macro
/linux/tools/testing/selftests/arm64/
A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/linux/tools/testing/selftests/vDSO/
A DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/linux/tools/testing/selftests/
A DMakefile130 ARCH ?= $(SUBARCH) macro
/linux/tools/bpf/resolve_btfids/
A DMakefile20 ARCH = $(HOSTARCH) macro
/linux/lib/raid6/test/
A DMakefile16 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
/linux/Documentation/kbuild/
A Dkbuild.rst125 ARCH section in Environment variables
/linux/tools/testing/selftests/wireguard/qemu/
A DMakefile16 ARCH := $(firstword $(subst -, ,$(CBUILD))) macro
/linux/tools/kvm/kvm_stat/
A Dkvm_stat331 ARCH = Arch.get_arch() variable
/linux/
A DMakefile384 ARCH ?= $(SUBARCH) macro

Completed in 26 milliseconds