/openbmc/linux/tools/testing/selftests/ipc/ |
H A D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro 5 ARCH := x86 macro 9 ARCH := x86 macro
|
/openbmc/linux/tools/testing/selftests/amd-pstate/ |
H A D | Makefile | 7 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
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | Makefile | 5 ARCH ?= $(shell uname -m) macro 6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/cases/example/ |
H A D | data.json | 1 {"ARCH": "x86", "IMAGE": "core-image-minimal"} string
|
/openbmc/linux/tools/testing/selftests/breakpoints/ |
H A D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
|
/openbmc/linux/tools/testing/selftests/prctl/ |
H A D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
|
/openbmc/linux/tools/testing/selftests/kexec/ |
H A D | Makefile | 4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
|
/openbmc/linux/tools/testing/selftests/intel_pstate/ |
H A D | Makefile | 5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
|
/openbmc/linux/tools/testing/selftests/sparc64/ |
H A D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
|
/openbmc/linux/tools/testing/selftests/riscv/ |
H A D | Makefile | 5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
|
/openbmc/linux/tools/testing/selftests/arm64/ |
H A D | Makefile | 4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
|
/openbmc/linux/scripts/ |
H A D | Makefile | 34 ARCH := x86 macro
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | Makefile | 5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | Makefile | 13 ARCH = $(SUBARCH) macro
|
/openbmc/openbmc-tools/openbmctool/build-scripts/ |
H A D | Makefile | 15 ARCH=noarch macro
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | Makefile | 14 ARCH = $(SUBARCH) macro 40 ARCH := $(or $(ARCH_$(XARCH)),$(XARCH)) macro
|
/openbmc/linux/tools/testing/selftests/ |
H A D | Makefile | 164 ARCH ?= $(SUBARCH) macro
|
/openbmc/linux/lib/raid6/test/ |
H A D | Makefile | 19 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | Makefile | 15 ARCH ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/powerpc/') macro
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | Makefile | 8 ARCH ?= $(SUBARCH) macro
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kbuild.rst | 159 ARCH section in Environment variables
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 12 ARCH ?= macro 16 ARCH := $(HOST_ARCH) macro
|
/openbmc/ipmitool/ |
H A D | configure.ac | 120 AC_SUBST(ARCH, $host_cpu) subst
|
/openbmc/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat | 399 ARCH = Arch.get_arch() variable
|
/openbmc/linux/ |
H A D | Makefile | 393 ARCH ?= $(SUBARCH) macro [all...] |