Home
last modified time | relevance | path

Searched refs:SUBARCH (Results 1 – 14 of 14) sorted by relevance

/linux/arch/um/
H A DMakefile10 ifeq ($(SUBARCH),x86)
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig
27 HEADER_ARCH := $(SUBARCH)
29 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
155 export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING DEV_NULL_PATH
/linux/scripts/
H A Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
5 # SUBARCH is subsequently ignored.
7 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
H A Dtags.sh326 if [ "$SUBARCH" = "i386" ]; then
328 elif [ "$SUBARCH" = "x86_64" ]; then
331 archinclude=${SUBARCH}
/linux/arch/x86/um/
H A DKconfig18 bool "64-bit kernel" if "$(SUBARCH)" = "x86"
19 default "$(SUBARCH)" != "i386"
/linux/tools/testing/selftests/kvm/
H A DMakefile4 ARCH ?= $(SUBARCH)
/linux/tools/testing/selftests/vfio/lib/
H A Dlibvfio.mk2 ARCH ?= $(SUBARCH)
/linux/tools/include/nolibc/
H A DMakefile13 ARCH = $(SUBARCH)
/linux/tools/testing/ktest/examples/
H A Dcrosstests.conf176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
/linux/arch/x86/entry/vdso/
H A DMakefile41 …S += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
/linux/arch/loongarch/
H A DMakefile59 ifneq ($(SUBARCH),$(ARCH))
/linux/tools/testing/selftests/
H A DMakefile202 ARCH ?= $(SUBARCH)
/linux/tools/testing/selftests/nolibc/
H A DMakefile.nolibc23 ARCH = $(SUBARCH)
/linux/
H A DMakefile403 ARCH ?= $(SUBARCH)
431 ifneq ($(SRCARCH),$(SUBARCH))
2160 # toolchain, so needs $(SUBARCH) passed to checkstack.pl. Everyone
2162 # that $(SUBARCH) doesn't work here.
2164 CHECKSTACK_ARCH := $(SUBARCH)
/linux/Documentation/kbuild/
H A Dmakefiles.rst668 ifneq ($(SUBARCH),$(ARCH))