Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Dtags.sh295 if [ "$SUBARCH" = "i386" ]; then
297 elif [ "$SUBARCH" = "x86_64" ]; then
300 archinclude=${SUBARCH}
302 elif [ "${SRCARCH}" = "arm" -a "${SUBARCH}" != "" ]; then
307 *"mach-"${SUBARCH})
309 *"plat-"${SUBARCH})
/linux-4.4.14/arch/um/
DMakefile10 ifeq ($(SUBARCH),x86)
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig
34 HEADER_ARCH := $(SUBARCH)
36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
168 export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
DKconfig.common59 config SUBARCH config
61 option env="SUBARCH"
/linux-4.4.14/arch/x86/um/
DKconfig1 mainmenu "User Mode Linux/$SUBARCH $KERNELVERSION Kernel Configuration"
18 bool "64-bit kernel" if SUBARCH = "x86"
19 default SUBARCH != "i386"
/linux-4.4.14/arch/unicore32/
DMakefile13 ifneq ($(SUBARCH),$(ARCH))
/linux-4.4.14/arch/m68k/
DMakefile19 ifneq ($(SUBARCH),$(ARCH))
/linux-4.4.14/arch/parisc/
DMakefile36 ifneq ($(SUBARCH),$(UTS_MACHINE))
/linux-4.4.14/tools/testing/ktest/examples/
Dcrosstests.conf205 MAKE_CMD = make ARCH=um SUBARCH=x86_64
/linux-4.4.14/arch/sh/
DMakefile12 ifneq ($(SUBARCH),$(ARCH))
/linux-4.4.14/
DMakefile224 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ macro
251 ARCH ?= $(SUBARCH)
1483 CHECKSTACK_ARCH := $(SUBARCH)
/linux-4.4.14/arch/mips/
DMakefile45 ifneq ($(SUBARCH),$(ARCH))
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt580 ifneq ($(SUBARCH),$(ARCH))