Home
last modified time | relevance | path

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

/linux-6.1.9/arch/um/
DMakefile10 ifeq ($(SUBARCH),x86)
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig
32 HEADER_ARCH := $(SUBARCH)
34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
151 MRPROPER_FILES += arch/$(SUBARCH)/include/generated
157 export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
/linux-6.1.9/scripts/
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/ \
Dtags.sh295 if [ "$SUBARCH" = "i386" ]; then
297 elif [ "$SUBARCH" = "x86_64" ]; then
300 archinclude=${SUBARCH}
DMakefile.clang13 CLANG_TARGET_FLAGS_um := $(CLANG_TARGET_FLAGS_$(SUBARCH))
/linux-6.1.9/arch/x86/um/
DKconfig15 bool "64-bit kernel" if "$(SUBARCH)" = "x86"
16 default "$(SUBARCH)" != "i386"
/linux-6.1.9/tools/include/nolibc/
DMakefile13 ARCH = $(SUBARCH)
/linux-6.1.9/tools/testing/selftests/nolibc/
DMakefile12 ARCH = $(SUBARCH)
/linux-6.1.9/arch/loongarch/
DMakefile33 ifneq ($(SUBARCH),$(ARCH))
/linux-6.1.9/tools/testing/ktest/examples/
Dcrosstests.conf176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
/linux-6.1.9/tools/testing/selftests/
DMakefile150 ARCH ?= $(SUBARCH)
/linux-6.1.9/arch/x86/entry/vdso/
DMakefile73 …S += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
/linux-6.1.9/tools/testing/selftests/kvm/
DMakefile8 ARCH ?= $(SUBARCH)
/linux-6.1.9/
DMakefile396 ARCH ?= $(SUBARCH)
424 ifneq ($(SRCARCH),$(SUBARCH))
2101 CHECKSTACK_ARCH := $(SUBARCH)
/linux-6.1.9/Documentation/kbuild/
Dmakefiles.rst709 ifneq ($(SUBARCH),$(ARCH))