Home
last modified time | relevance | path

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

/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
/tools/testing/selftests/powerpc/
DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/tools/testing/selftests/breakpoints/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/tools/testing/selftests/kexec/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/tools/testing/selftests/prctl/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/tools/testing/selftests/intel_pstate/
DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/tools/testing/selftests/sparc64/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/tools/testing/selftests/arm64/
DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/tools/testing/selftests/vDSO/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/tools/testing/selftests/
DMakefile140 ARCH ?= $(SUBARCH) macro
/tools/bpf/resolve_btfids/
DMakefile24 ARCH = $(HOSTARCH) macro
/tools/testing/selftests/wireguard/qemu/
DMakefile16 ARCH := $(firstword $(subst -, ,$(CBUILD))) macro
/tools/kvm/kvm_stat/
Dkvm_stat331 ARCH = Arch.get_arch() variable