Home
last modified time | relevance | path

Searched defs:ARCH (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H A 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/sparc64/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/kernel/linux/linux-5.10/tools/testing/selftests/prctl/
H A 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/powerpc/
H A DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
H A 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/ipc/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro
5 ARCH := x86 macro
9 ARCH := x86 macro
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
H A 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/arm64/
H A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/
H A 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/prctl/
H A 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/riscv/
H A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-6.6/tools/testing/selftests/sparc64/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/
H A 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/ipc/
H A 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/kexec/
H A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-5.10/tools/testing/selftests/vDSO/
H A 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/intel_pstate/
H A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/
H A DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-6.6/tools/testing/selftests/intel_pstate/
H A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
/kernel/linux/linux-6.6/tools/include/nolibc/
H A DMakefile13 ARCH = $(SUBARCH) macro
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H A DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
/kernel/linux/linux-5.10/scripts/
H A DMakefile29 ARCH := x86 macro
34 ARCH := loongarch macro
/kernel/linux/linux-5.10/lib/raid6/test/
H A DMakefile18 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
/kernel/liteos_a/arch/arm/
H A Darm.mk39 ARCH := arm macro
41 ARCH := aarch64 macro
/kernel/linux/linux-6.6/lib/raid6/test/
H A DMakefile19 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro

Completed in 9 milliseconds

12