/Linux-v5.15/tools/testing/selftests/ipc/ |
D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro 5 ARCH := x86 macro 9 ARCH := x86 macro
|
/Linux-v5.15/tools/testing/selftests/powerpc/ |
D | Makefile | 5 ARCH ?= $(shell uname -m) macro 6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
|
/Linux-v5.15/tools/testing/selftests/breakpoints/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
|
/Linux-v5.15/tools/testing/selftests/kexec/ |
D | Makefile | 5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
|
/Linux-v5.15/tools/testing/selftests/prctl/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
|
/Linux-v5.15/tools/testing/selftests/intel_pstate/ |
D | Makefile | 6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
|
/Linux-v5.15/tools/testing/selftests/sparc64/ |
D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
|
/Linux-v5.15/scripts/ |
D | Makefile | 28 ARCH := x86 macro
|
/Linux-v5.15/tools/testing/selftests/arm64/ |
D | Makefile | 4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
|
/Linux-v5.15/tools/testing/selftests/vDSO/ |
D | Makefile | 5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
|
/Linux-v5.15/drivers/staging/r8188eu/ |
D | Makefile | 67 ARCH ?= $(SUBARCH) macro
|
/Linux-v5.15/tools/testing/selftests/ |
D | Makefile | 130 ARCH ?= $(SUBARCH) macro
|
/Linux-v5.15/tools/bpf/resolve_btfids/ |
D | Makefile | 20 ARCH = $(HOSTARCH) macro
|
/Linux-v5.15/lib/raid6/test/ |
D | Makefile | 16 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
|
/Linux-v5.15/Documentation/kbuild/ |
D | kbuild.rst | 125 ARCH section in Environment variables
|
/Linux-v5.15/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 16 ARCH := $(firstword $(subst -, ,$(CBUILD))) macro
|
/Linux-v5.15/tools/kvm/kvm_stat/ |
D | kvm_stat | 331 ARCH = Arch.get_arch() variable
|
/Linux-v5.15/ |
D | Makefile | 384 ARCH ?= $(SUBARCH) macro
|