Home
last modified time | relevance | path

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

/tools/testing/selftests/ipc/
DMakefile2 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro
4 ARCH := x86 macro
8 ARCH := x86 macro
/tools/testing/selftests/powerpc/
DMakefile4 ARCH ?= $(shell uname -m) macro
5 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/tools/testing/selftests/breakpoints/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/tools/testing/selftests/prctl/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/tools/objtool/
DMakefile5 ARCH := x86 macro
/tools/perf/jvmti/
DMakefile1 ARCH=$(shell uname -m) macro
/tools/kvm/kvm_stat/
Dkvm_stat290 ARCH = Arch.get_arch() variable