Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/tools/testing/selftests/powerpc/
DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/Linux-v5.4/tools/testing/selftests/arm64/
DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/Linux-v5.4/tools/testing/selftests/breakpoints/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v5.4/tools/testing/selftests/kexec/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v5.4/tools/testing/selftests/prctl/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v5.4/tools/testing/selftests/sparc64/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/Linux-v5.4/samples/timers/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v5.4/tools/testing/selftests/intel_pstate/
DMakefile6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v5.4/tools/testing/selftests/vDSO/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v5.4/samples/mic/mpssd/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v5.4/tools/testing/selftests/
DMakefile102 ARCH ?= $(SUBARCH) macro
/Linux-v5.4/tools/objtool/
DMakefile6 ARCH := x86 macro
/Linux-v5.4/Documentation/kbuild/
Dkbuild.rst125 ARCH section in Environment variables
/Linux-v5.4/lib/raid6/test/
DMakefile16 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
/Linux-v5.4/tools/kvm/kvm_stat/
Dkvm_stat322 ARCH = Arch.get_arch() variable
/Linux-v5.4/
DMakefile360 ARCH ?= $(SUBARCH) macro