Home
last modified time | relevance | path

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

/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.sh9 # SUBARCH, SRCARCH, srctree
347 # Support um (which uses SUBARCH)
349 if [ "$SUBARCH" = "i386" ]; then
351 elif [ "$SUBARCH" = "x86_64" ]; then
354 archinclude=${SUBARCH}
/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/selftests/rseq/
H A DMakefile9 ARCH ?= $(SUBARCH)
/linux/tools/testing/ktest/examples/
H A Dcrosstests.conf176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
/linux/tools/testing/selftests/
H A DMakefile214 ARCH ?= $(SUBARCH)
/linux/tools/testing/selftests/nolibc/
H A DMakefile.nolibc23 ARCH = $(SUBARCH)
/linux/
H A DMakefile406 ARCH ?= $(SUBARCH)
434 ifneq ($(SRCARCH),$(SUBARCH))
2365 CHECKSTACK_ARCH := $(SUBARCH)