/linux-4.4.14/tools/testing/selftests/ipc/ |
H A D | Makefile | 2 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro 3 ifeq ($(ARCH),i386) 4 ARCH := x86 macro 7 ifeq ($(ARCH),x86_64) 8 ARCH := x86 macro
|
/linux-4.4.14/tools/testing/selftests/breakpoints/ |
H A D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 5 ifeq ($(ARCH),x86)
|
/linux-4.4.14/tools/testing/selftests/powerpc/ |
H A D | Makefile | 3 # ARCH can be overridden by the user for cross compiling 4 ARCH ?= $(shell uname -m) macro 5 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro 7 ifeq ($(ARCH),powerpc)
|
/linux-4.4.14/arch/blackfin/ |
H A D | Makefile | 111 core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ arch/$(ARCH)/mach-common/ 115 core-y += arch/$(ARCH)/mach-$(MACHINE)/ 116 core-y += arch/$(ARCH)/mach-$(MACHINE)/boards/ 120 core-y += arch/$(ARCH)/kernel/cplb-mpu/ 122 core-y += arch/$(ARCH)/kernel/cplb-nompu/ 125 drivers-$(CONFIG_OPROFILE) += arch/$(ARCH)/oprofile/ 127 libs-y += arch/$(ARCH)/lib/ 131 KBUILD_CFLAGS += -Iarch/$(ARCH)/include/ 132 KBUILD_CFLAGS += -Iarch/$(ARCH)/mach-$(MACHINE)/include 137 arch/$(ARCH)/kernel/asm-offsets.s \ 143 boot := arch/$(ARCH)/boot 158 echo ' vmImage.bin - Uncompressed Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.bin)' 159 echo ' vmImage.bz2 - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.bz2)' 160 echo '* vmImage.gz - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.gz)' 161 echo ' vmImage.lzma - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.lzma)' 162 echo ' vmImage.lzo - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.lzo)' 163 echo ' vmImage.xip - XIP Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.xip)'
|
/linux-4.4.14/arch/h8300/boot/ |
H A D | Makefile | 26 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
|
/linux-4.4.14/arch/unicore32/ |
H A D | Makefile | 13 ifneq ($(SUBARCH),$(ARCH)) 45 KBUILD_DEFCONFIG := $(ARCH)_defconfig 57 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)' 58 echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
|
/linux-4.4.14/scripts/ |
H A D | headers.sh | 10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
|
H A D | mkcompile_h | 4 ARCH=$2 72 echo \#define UTS_MACHINE \"$ARCH\"
|
H A D | decodecode | 53 if [ "$ARCH" = "arm" ]; then
|
H A D | tags.sh | 8 # ARCH, SUBARCH, SRCARCH, srctree, src, obj 47 # find sources in arch/$ARCH 294 if [ "${ARCH}" = "um" ]; then
|
H A D | link-vmlinux.sh | 7 # in the kernel tree, others are specified in arch/$(ARCH)/Makefile.
|
/linux-4.4.14/lib/raid6/test/ |
H A D | Makefile | 15 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro 16 ifeq ($(ARCH),i386) 20 ifeq ($(ARCH),x86_64) 25 ifeq ($(ARCH),arm) 29 ifeq ($(ARCH),arm64) 50 ifeq ($(ARCH),tilegx)
|
/linux-4.4.14/arch/xtensa/boot/ |
H A D | Makefile | 12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include 13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include
|
/linux-4.4.14/arch/cris/kernel/ |
H A D | asm-offsets.c | 12 #error One of ARCH v10 and ARCH v32 must be true!
|
/linux-4.4.14/arch/tile/ |
H A D | Makefile | 22 ifneq ($(HOST_ARCH),$(ARCH)) 23 $(error Set TILERA_ROOT or CROSS_COMPILE when building $(ARCH) on $(HOST_ARCH)) 38 ifeq ($(ARCH),tile) 41 KBUILD_DEFCONFIG := $(ARCH)_defconfig
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | machines.h | 18 * | ARCH | MACH | 22 * The ARCH field determines the architecture line (sun4m, etc). 37 * something if the value in the ARCH field is SM_SUN4M, if it is
|
/linux-4.4.14/arch/h8300/ |
H A D | Makefile | 29 core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ 34 libs-y += arch/$(ARCH)/lib/
|
/linux-4.4.14/arch/powerpc/ |
H A D | Makefile | 162 KBUILD_CPPFLAGS += -Iarch/$(ARCH) $(asinstr) 163 KBUILD_AFLAGS += -Iarch/$(ARCH) $(AFLAGS-y) 165 KBUILD_CFLAGS += -pipe -Iarch/$(ARCH) $(CFLAGS-y) 249 boot := arch/$(ARCH)/boot 263 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 265 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 269 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 272 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 280 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/$(1) \ 281 $(foreach config,$(2),$(srctree)/arch/$(ARCH)/configs/$(config).config) 315 @echo ' zImage.* - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)' 326 @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' 331 @echo ' name of a dts file from the arch/$(ARCH)/boot/dts/ directory' 340 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ 342 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
|
/linux-4.4.14/tools/perf/config/ |
H A D | Makefile | 22 $(call detected_var,ARCH) 26 # Additional ARCH settings for x86 27 ifeq ($(ARCH),x86) 40 ifeq ($(ARCH),arm) 45 ifeq ($(ARCH),arm64) 58 ifneq ($(ARCH),$(filter $(ARCH),x86 arm)) 109 FEATURE_CHECK_CFLAGS-bpf = -I. -I$(srctree)/tools/include -I$(srctree)/arch/$(ARCH)/include/uapi -I$(srctree)/include/uapi 110 # include ARCH specific config 111 -include $(src-perf)/arch/$(ARCH)/Makefile 199 CFLAGS += -I$(src-perf)/arch/$(ARCH)/include 201 CFLAGS += -I$(srctree)/arch/$(ARCH)/include/uapi 202 CFLAGS += -I$(srctree)/arch/$(ARCH)/include 297 # include ARCH specific config 298 -include $(src-perf)/arch/$(ARCH)/Makefile 302 msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled); 324 ifeq ($(ARCH),powerpc) 373 ifeq ($(ARCH),$(filter $(ARCH),arm arm64)) 621 ifneq ($(ARCH), x86) 692 ifeq ($(ARCH)$(IS_64_BIT), x861)
|
/linux-4.4.14/arch/c6x/ |
H A D | Makefile | 37 boot := arch/$(ARCH)/boot 59 @echo ' vmlinux.bin - Binary kernel image (arch/$(ARCH)/boot/vmlinux.bin)'
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | cmpxchg.h | 42 #ifndef CONFIG_CPU_V6 /* MIN ARCH >= V6K */ __xchg() 124 /* min ARCH < ARMv6 */ 147 #else /* min ARCH >= ARMv6 */ 163 #ifndef CONFIG_CPU_V6 /* min ARCH >= ARMv6K */ __cmpxchg() 223 #ifdef CONFIG_CPU_V6 /* min ARCH == ARMv6 */ __cmpxchg_local()
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | machines.h | 27 * | ARCH | MACH | 31 * The ARCH field determines the architecture line (sun4, sun4c, etc). 72 * something if the value in the ARCH field is SM_SUN4M, if it is
|
/linux-4.4.14/arch/arc/include/uapi/asm/ |
H A D | unistd.h | 12 * Non-typical guard macro to enable inclusion twice in ARCH sys.c
|
/linux-4.4.14/arch/m32r/ |
H A D | Makefile | 61 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
|
/linux-4.4.14/arch/sparc/ |
H A D | Makefile | 11 ifeq ($(ARCH),sparc) 81 ifeq ($(ARCH),sparc)
|
/linux-4.4.14/lib/raid6/ |
H A D | Makefile | 25 ifeq ($(ARCH),arm) 28 ifeq ($(ARCH),arm64)
|
/linux-4.4.14/scripts/package/ |
H A D | builddeb | 106 if [ "$ARCH" = "um" ] ; then 113 case $ARCH in 134 if [ "$ARCH" = "um" ] ; then 148 cp arch/$ARCH/boot/$KBUILD_IMAGE "$tmpdir/$installed_image_path" 162 if [ "$ARCH" = "um" ] ; then 186 if [ "$ARCH" != "um" ]; then 292 if [ "$ARCH" = "um" ]; then 375 if [ "$ARCH" != "um" ]; then
|
/linux-4.4.14/arch/s390/ |
H A D | Makefile | 122 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ 123 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
|
/linux-4.4.14/arch/arm64/ |
H A D | Makefile | 114 echo '* Image.gz - Compressed kernel image (arch/$(ARCH)/boot/Image.gz)' 115 echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
|
/linux-4.4.14/drivers/net/wan/ |
H A D | Makefile | 40 ifeq ($(ARCH),m68k)
|
/linux-4.4.14/include/linux/ |
H A D | poison.h | 51 /********** arch/$ARCH/mm/init.c **********/
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
H A D | Makefile | 19 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
H A D | Makefile | 23 CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
H A D | Makefile | 23 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
H A D | Makefile | 27 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/tools/perf/util/ |
H A D | llvm-utils.h | 28 * Arguments passed to make, like 'ARCH=arm' if doing cross
|
H A D | header.c | 827 * actual implementation must be in arch/$(ARCH)/util/header.c
|
/linux-4.4.14/usr/ |
H A D | initramfs_data.S | 18 arch/$(ARCH)/Makefile to see the flags used before .incbin was introduced.
|
/linux-4.4.14/ |
H A D | Makefile | 219 # first, and if a usermode build is happening, the "ARCH=um" on the command 220 # line overrides the setting of ARCH below. If a native build is happening, 221 # then ARCH is assigned, getting whatever value it gets normally, and 234 # When performing cross compilation for other architectures ARCH shall be set 236 # ARCH can be set during invocation of make: 237 # make ARCH=ia64 238 # Another way is to have ARCH set in the environment. 239 # The default ARCH is the host where make is executed. 251 ARCH ?= $(SUBARCH) macro 255 UTS_MACHINE := $(ARCH) 256 SRCARCH := $(ARCH) 258 # Additional ARCH settings for x86 259 ifeq ($(ARCH),i386) 262 ifeq ($(ARCH),x86_64) 266 # Additional ARCH settings for sparc 267 ifeq ($(ARCH),sparc32) 270 ifeq ($(ARCH),sparc64) 274 # Additional ARCH settings for sh 275 ifeq ($(ARCH),sh64) 279 # Additional ARCH settings for tile 280 ifeq ($(ARCH),tilepro) 283 ifeq ($(ARCH),tilegx) 408 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC 802 # Also any assignments in arch/$(ARCH)/Makefile take precedence over 1480 # else wants $(ARCH), including people doing cross-builds, which means 1482 ifeq ($(ARCH), um) 1485 CHECKSTACK_ARCH := $(ARCH)
|
/linux-4.4.14/arch/um/ |
H A D | Makefile | 115 $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders 157 echo " * This file was generated by arch/$(ARCH)/Makefile"; \
|
/linux-4.4.14/arch/mips/fw/arc/ |
H A D | identify.c | 111 printk("ARCH: %s\n", iname); prom_identify_arch()
|
/linux-4.4.14/arch/metag/ |
H A D | Makefile | 81 echo '* vmlinux.bin - Binary kernel image (arch/$(ARCH)/boot/vmlinux.bin)'
|
/linux-4.4.14/arch/mn10300/ |
H A D | Makefile | 92 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
|
/linux-4.4.14/arch/nios2/ |
H A D | Makefile | 42 nios2-boot := arch/$(ARCH)/boot
|
/linux-4.4.14/arch/arm/vdso/ |
H A D | Makefile | 21 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/avr32/ |
H A D | Makefile | 50 boot := arch/$(ARCH)/boot/images
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
H A D | Makefile | 17 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/arm/ |
H A D | Makefile | 359 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)' 360 echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)' 361 echo '* xipImage - XIP kernel image, if configured (arch/$(ARCH)/boot/xipImage)'
|
/linux-4.4.14/arch/x86/platform/intel-mid/ |
H A D | intel-mid.c | 141 pr_info("ARCH: Unknown SoC, assuming PENWELL!\n"); intel_mid_arch_setup()
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | smp.h | 101 * but same is not true for ARCH backend, hence the need for 2 variants
|
/linux-4.4.14/arch/m68k/sun3/ |
H A D | config.c | 138 printk("ARCH: SUN3\n"); config_sun3()
|
/linux-4.4.14/tools/lib/bpf/ |
H A D | Makefile | 71 INCLUDES = -I. -I$(srctree)/tools/include -I$(srctree)/arch/$(ARCH)/include/uapi -I$(srctree)/include/uapi
|
/linux-4.4.14/arch/x86/ |
H A D | Makefile | 4 ifeq ($(ARCH),x86) 11 KBUILD_DEFCONFIG := $(ARCH)_defconfig
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | setup_64.c | 602 printk("ARCH: SUN4V\n"); setup_arch() 604 printk("ARCH: SUN4U\n"); setup_arch()
|
H A D | setup_32.c | 314 printk("ARCH: "); setup_arch()
|
/linux-4.4.14/include/asm-generic/ |
H A D | syscall.h | 11 * asm-ARCH/syscall.h files need to define. Most arch definitions
|
/linux-4.4.14/arch/sh/ |
H A D | Makefile | 12 ifneq ($(SUBARCH),$(ARCH))
|
/linux-4.4.14/arch/m68k/ |
H A D | Makefile | 19 ifneq ($(SUBARCH),$(ARCH))
|
/linux-4.4.14/arch/um/include/shared/ |
H A D | os.h | 310 /* sys-$ARCH/task_size.c */
|
/linux-4.4.14/scripts/kconfig/ |
H A D | Makefile | 143 @echo ' defconfig - New config with default from ARCH supplied defconfig'
|
H A D | confdata.c | 33 const char conf_defname[] = "arch/$ARCH/defconfig";
|
/linux-4.4.14/arch/microblaze/kernel/ |
H A D | head.S | 346 * Please see $(ARCH)/mach-$(SUBARCH)/setup.c for
|
/linux-4.4.14/arch/mips/ |
H A D | Makefile | 45 ifneq ($(SUBARCH),$(ARCH))
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | cputable.c | 21 #include <asm/prom.h> /* for PTRRELOC on ARCH=ppc */
|
/linux-4.4.14/drivers/pci/ |
H A D | pci.c | 4536 /* ARCH specific VGA enables */ pci_set_vga_state()
|