Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/tools/testing/selftests/powerpc/
DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/Linux-v4.19/tools/testing/selftests/breakpoints/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v4.19/tools/testing/selftests/prctl/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v4.19/samples/timers/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v4.19/tools/testing/selftests/sparc64/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/Linux-v4.19/tools/testing/selftests/intel_pstate/
DMakefile6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v4.19/tools/testing/selftests/vDSO/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v4.19/samples/mic/mpssd/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/Linux-v4.19/tools/objtool/
DMakefile6 ARCH := x86 macro
/Linux-v4.19/lib/raid6/test/
DMakefile16 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
/Linux-v4.19/tools/kvm/kvm_stat/
Dkvm_stat323 ARCH = Arch.get_arch() variable
/Linux-v4.19/
DMakefile322 ARCH ?= $(SUBARCH) macro