Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
DMakefile7 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
8 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/
DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/
DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/kernel/linux/linux-6.6/tools/testing/selftests/prctl/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/kernel/linux/linux-6.6/tools/testing/selftests/kexec/
DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/kernel/linux/linux-5.10/tools/testing/selftests/prctl/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/kernel/linux/linux-5.10/tools/testing/selftests/sparc64/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/kernel/linux/linux-6.6/tools/testing/selftests/intel_pstate/
DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-5.10/tools/testing/selftests/intel_pstate/
DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-6.6/tools/testing/selftests/sparc64/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/kernel/linux/linux-5.10/tools/testing/selftests/vDSO/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/kernel/linux/linux-6.6/tools/testing/selftests/riscv/
DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-5.10/scripts/
DMakefile28 ARCH := x86 macro
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/
DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-6.6/scripts/
DMakefile34 ARCH := x86 macro
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/
DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/kernel/linux/linux-6.6/tools/include/nolibc/
DMakefile13 ARCH = $(SUBARCH) macro
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
DMakefile14 ARCH = $(SUBARCH) macro
40 ARCH := $(or $(ARCH_$(XARCH)),$(XARCH)) macro
/kernel/linux/linux-6.6/tools/testing/selftests/
DMakefile164 ARCH ?= $(SUBARCH) macro

12