Searched refs:ARCH (Results 1 - 61 of 61) sorted by relevance

/linux-4.1.27/tools/testing/selftests/breakpoints/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro
4 ifeq ($(ARCH),i386)
5 ARCH := x86 macro
7 ifeq ($(ARCH),x86_64)
8 ARCH := x86 macro
13 ifeq ($(ARCH),x86)
/linux-4.1.27/tools/testing/selftests/ipc/
H A DMakefile2 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.1.27/tools/testing/selftests/powerpc/
H A DMakefile3 # 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.1.27/arch/blackfin/
H A DMakefile111 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.1.27/arch/unicore32/
H A DMakefile13 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.1.27/scripts/
H A Dheaders.sh10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
H A Dmkcompile_h4 ARCH=$2
72 echo \#define UTS_MACHINE \"$ARCH\"
H A Ddecodecode53 if [ "$ARCH" = "arm" ]; then
H A Dtags.sh8 # ARCH, SUBARCH, SRCARCH, srctree, src, obj
47 # find sources in arch/$ARCH
288 if [ "${ARCH}" = "um" ]; then
H A Dlink-vmlinux.sh7 # in the kernel tree, others are specified in arch/$(ARCH)/Makefile.
/linux-4.1.27/lib/raid6/test/
H A DMakefile15 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.1.27/arch/xtensa/boot/
H A DMakefile12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include
/linux-4.1.27/arch/cris/kernel/
H A Dasm-offsets.c12 #error One of ARCH v10 and ARCH v32 must be true!
/linux-4.1.27/arch/tile/
H A DMakefile22 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.1.27/arch/sparc/include/asm/
H A Dmachines.h18 * | 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.1.27/arch/powerpc/
H A DMakefile161 KBUILD_CPPFLAGS += -Iarch/$(ARCH) $(asinstr)
162 KBUILD_AFLAGS += -Iarch/$(ARCH) $(AFLAGS-y)
163 KBUILD_CFLAGS += -msoft-float -pipe -Iarch/$(ARCH) $(CFLAGS-y)
247 boot := arch/$(ARCH)/boot
261 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
263 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
267 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
270 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
274 @echo ' zImage.* - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)'
285 @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs'
290 @echo ' name of a dts file from the arch/$(ARCH)/boot/dts/ directory'
299 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
301 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.1.27/arch/c6x/
H A DMakefile37 boot := arch/$(ARCH)/boot
59 @echo ' vmlinux.bin - Binary kernel image (arch/$(ARCH)/boot/vmlinux.bin)'
/linux-4.1.27/tools/perf/config/
H A DMakefile22 $(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 # include ARCH specific config
110 -include $(src-perf)/arch/$(ARCH)/Makefile
192 CFLAGS += -I$(src-perf)/arch/$(ARCH)/include
194 CFLAGS += -I$(srctree)/arch/$(ARCH)/include/uapi
195 CFLAGS += -I$(srctree)/arch/$(ARCH)/include
284 # include ARCH specific config
285 -include $(src-perf)/arch/$(ARCH)/Makefile
289 msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled);
300 ifeq ($(ARCH),powerpc)
342 ifeq ($(ARCH),$(filter $(ARCH),arm arm64))
585 ifneq ($(ARCH), x86)
645 ifeq ($(ARCH)$(IS_64_BIT), x861)
/linux-4.1.27/arch/m68k/include/asm/
H A Dmachines.h27 * | 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.1.27/arch/m32r/
H A DMakefile61 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
/linux-4.1.27/arch/arc/include/uapi/asm/
H A Dunistd.h12 * Non-typical guard macro to enable inclusion twice in ARCH sys.c
/linux-4.1.27/arch/sparc/
H A DMakefile11 ifeq ($(ARCH),sparc)
81 ifeq ($(ARCH),sparc)
/linux-4.1.27/scripts/package/
H A Dbuilddeb90 if [ "$ARCH" = "um" ] ; then
97 case $ARCH in
121 if [ "$ARCH" = "um" ] ; then
130 if [ "$ARCH" = "um" ] ; then
143 cp arch/$ARCH/boot/$KBUILD_IMAGE "$tmpdir/$installed_image_path"
150 if [ "$ARCH" = "um" ] ; then
168 if [ "$ARCH" != "um" ]; then
270 if [ "$ARCH" = "um" ]; then
353 if [ "$ARCH" != "um" ]; then
/linux-4.1.27/arch/s390/
H A DMakefile120 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
121 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.1.27/arch/arm64/
H A DMakefile94 echo '* Image.gz - Compressed kernel image (arch/$(ARCH)/boot/Image.gz)'
95 echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
/linux-4.1.27/lib/raid6/
H A DMakefile25 ifeq ($(ARCH),arm)
28 ifeq ($(ARCH),arm64)
/linux-4.1.27/drivers/net/wan/
H A DMakefile40 ifeq ($(ARCH),m68k)
/linux-4.1.27/arch/s390/kernel/vdso32/
H A DMakefile23 CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/s390/kernel/vdso64/
H A DMakefile23 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/powerpc/kernel/vdso64/
H A DMakefile19 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/arm64/kernel/vdso/
H A DMakefile24 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/arm/include/asm/
H A Dcmpxchg.h111 /* min ARCH < ARMv6 */
130 #else /* min ARCH >= ARMv6 */
146 #ifndef CONFIG_CPU_V6 /* min ARCH >= ARMv6K */ __cmpxchg()
217 #ifdef CONFIG_CPU_V6 /* min ARCH == ARMv6 */ __cmpxchg_local()
/linux-4.1.27/usr/
H A Dinitramfs_data.S18 arch/$(ARCH)/Makefile to see the flags used before .incbin was introduced.
/linux-4.1.27/
H A DMakefile220 # first, and if a usermode build is happening, the "ARCH=um" on the command
221 # line overrides the setting of ARCH below. If a native build is happening,
222 # then ARCH is assigned, getting whatever value it gets normally, and
235 # When performing cross compilation for other architectures ARCH shall be set
237 # ARCH can be set during invocation of make:
238 # make ARCH=ia64
239 # Another way is to have ARCH set in the environment.
240 # The default ARCH is the host where make is executed.
252 ARCH ?= $(SUBARCH) macro
256 UTS_MACHINE := $(ARCH)
257 SRCARCH := $(ARCH)
259 # Additional ARCH settings for x86
260 ifeq ($(ARCH),i386)
263 ifeq ($(ARCH),x86_64)
267 # Additional ARCH settings for sparc
268 ifeq ($(ARCH),sparc32)
271 ifeq ($(ARCH),sparc64)
275 # Additional ARCH settings for sh
276 ifeq ($(ARCH),sh64)
280 # Additional ARCH settings for tile
281 ifeq ($(ARCH),tilepro)
284 ifeq ($(ARCH),tilegx)
418 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC
806 # Also any assignments in arch/$(ARCH)/Makefile take precedence over
1479 # else wants $(ARCH), including people doing cross-builds, which means
1481 ifeq ($(ARCH), um)
1484 CHECKSTACK_ARCH := $(ARCH)
/linux-4.1.27/arch/um/
H A DMakefile114 $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders
156 echo " * This file was generated by arch/$(ARCH)/Makefile"; \
/linux-4.1.27/arch/mips/fw/arc/
H A Didentify.c111 printk("ARCH: %s\n", iname); prom_identify_arch()
/linux-4.1.27/include/linux/
H A Dpoison.h51 /********** arch/$ARCH/mm/init.c **********/
/linux-4.1.27/arch/mn10300/
H A DMakefile92 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
/linux-4.1.27/arch/nios2/
H A DMakefile42 nios2-boot := arch/$(ARCH)/boot
/linux-4.1.27/arch/arm/vdso/
H A DMakefile21 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/avr32/
H A DMakefile50 boot := arch/$(ARCH)/boot/images
/linux-4.1.27/arch/metag/
H A DMakefile81 echo '* vmlinux.bin - Binary kernel image (arch/$(ARCH)/boot/vmlinux.bin)'
/linux-4.1.27/arch/tile/kernel/vdso/
H A DMakefile17 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/arm/
H A DMakefile348 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
349 echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
350 echo '* xipImage - XIP kernel image, if configured (arch/$(ARCH)/boot/xipImage)'
/linux-4.1.27/arch/x86/platform/intel-mid/
H A Dintel-mid.c133 pr_info("ARCH: Unknown SoC, assuming PENWELL!\n"); intel_mid_arch_setup()
/linux-4.1.27/arch/m68k/sun3/
H A Dconfig.c138 printk("ARCH: SUN3\n"); config_sun3()
/linux-4.1.27/arch/arc/include/asm/
H A Dsmp.h94 * but same is not true for ARCH backend, hence the need for 2 variants
/linux-4.1.27/arch/x86/
H A DMakefile4 ifeq ($(ARCH),x86)
11 KBUILD_DEFCONFIG := $(ARCH)_defconfig
/linux-4.1.27/arch/sparc/kernel/
H A Dsetup_64.c601 printk("ARCH: SUN4V\n"); setup_arch()
603 printk("ARCH: SUN4U\n"); setup_arch()
H A Dsetup_32.c314 printk("ARCH: "); setup_arch()
/linux-4.1.27/arch/sh/
H A DMakefile12 ifneq ($(SUBARCH),$(ARCH))
/linux-4.1.27/arch/m68k/
H A DMakefile19 ifneq ($(SUBARCH),$(ARCH))
/linux-4.1.27/include/asm-generic/
H A Dsyscall.h11 * asm-ARCH/syscall.h files need to define. Most arch definitions
/linux-4.1.27/arch/um/include/shared/
H A Dos.h301 /* sys-$ARCH/task_size.c */
/linux-4.1.27/scripts/kconfig/
H A DMakefile133 @echo ' defconfig - New config with default from ARCH supplied defconfig'
H A Dconfdata.c33 const char conf_defname[] = "arch/$ARCH/defconfig";
/linux-4.1.27/arch/microblaze/kernel/
H A Dhead.S346 * Please see $(ARCH)/mach-$(SUBARCH)/setup.c for
/linux-4.1.27/arch/mips/
H A DMakefile45 ifneq ($(SUBARCH),$(ARCH))
/linux-4.1.27/arch/powerpc/kernel/
H A Dcputable.c21 #include <asm/prom.h> /* for PTRRELOC on ARCH=ppc */
/linux-4.1.27/tools/perf/util/
H A Dheader.c842 * actual implementation must be in arch/$(ARCH)/util/header.c
/linux-4.1.27/drivers/pci/
H A Dpci.c4284 /* ARCH specific VGA enables */ pci_set_vga_state()

Completed in 2405 milliseconds