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

/linux-4.4.14/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.4.14/tools/testing/selftests/breakpoints/
H A DMakefile3 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 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.4.14/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.4.14/arch/h8300/boot/
H A DMakefile26 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/linux-4.4.14/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.4.14/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
294 if [ "${ARCH}" = "um" ]; then
H A Dlink-vmlinux.sh7 # in the kernel tree, others are specified in arch/$(ARCH)/Makefile.
/linux-4.4.14/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.4.14/arch/xtensa/boot/
H A DMakefile12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include
/linux-4.4.14/arch/cris/kernel/
H A Dasm-offsets.c12 #error One of ARCH v10 and ARCH v32 must be true!
/linux-4.4.14/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.4.14/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.4.14/arch/h8300/
H A DMakefile29 core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/
34 libs-y += arch/$(ARCH)/lib/
/linux-4.4.14/arch/powerpc/
H A DMakefile162 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 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 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 DMakefile37 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 Dcmpxchg.h42 #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 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.4.14/arch/arc/include/uapi/asm/
H A Dunistd.h12 * Non-typical guard macro to enable inclusion twice in ARCH sys.c
/linux-4.4.14/arch/m32r/
H A DMakefile61 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
/linux-4.4.14/arch/sparc/
H A DMakefile11 ifeq ($(ARCH),sparc)
81 ifeq ($(ARCH),sparc)
/linux-4.4.14/lib/raid6/
H A DMakefile25 ifeq ($(ARCH),arm)
28 ifeq ($(ARCH),arm64)
/linux-4.4.14/scripts/package/
H A Dbuilddeb106 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 DMakefile122 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
123 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.4.14/arch/arm64/
H A DMakefile114 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 DMakefile40 ifeq ($(ARCH),m68k)
/linux-4.4.14/include/linux/
H A Dpoison.h51 /********** arch/$ARCH/mm/init.c **********/
/linux-4.4.14/arch/powerpc/kernel/vdso64/
H A DMakefile19 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/s390/kernel/vdso32/
H A DMakefile23 CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/s390/kernel/vdso64/
H A DMakefile23 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/arm64/kernel/vdso/
H A DMakefile27 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.4.14/tools/perf/util/
H A Dllvm-utils.h28 * Arguments passed to make, like 'ARCH=arm' if doing cross
H A Dheader.c827 * actual implementation must be in arch/$(ARCH)/util/header.c
/linux-4.4.14/usr/
H A Dinitramfs_data.S18 arch/$(ARCH)/Makefile to see the flags used before .incbin was introduced.
/linux-4.4.14/
H A DMakefile219 # 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 DMakefile115 $(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 Didentify.c111 printk("ARCH: %s\n", iname); prom_identify_arch()
/linux-4.4.14/arch/metag/
H A DMakefile81 echo '* vmlinux.bin - Binary kernel image (arch/$(ARCH)/boot/vmlinux.bin)'
/linux-4.4.14/arch/mn10300/
H A DMakefile92 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
/linux-4.4.14/arch/nios2/
H A DMakefile42 nios2-boot := arch/$(ARCH)/boot
/linux-4.4.14/arch/arm/vdso/
H A DMakefile21 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/avr32/
H A DMakefile50 boot := arch/$(ARCH)/boot/images
/linux-4.4.14/arch/tile/kernel/vdso/
H A DMakefile17 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/arm/
H A DMakefile359 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 Dintel-mid.c141 pr_info("ARCH: Unknown SoC, assuming PENWELL!\n"); intel_mid_arch_setup()
/linux-4.4.14/arch/arc/include/asm/
H A Dsmp.h101 * but same is not true for ARCH backend, hence the need for 2 variants
/linux-4.4.14/arch/m68k/sun3/
H A Dconfig.c138 printk("ARCH: SUN3\n"); config_sun3()
/linux-4.4.14/tools/lib/bpf/
H A DMakefile71 INCLUDES = -I. -I$(srctree)/tools/include -I$(srctree)/arch/$(ARCH)/include/uapi -I$(srctree)/include/uapi
/linux-4.4.14/arch/x86/
H A DMakefile4 ifeq ($(ARCH),x86)
11 KBUILD_DEFCONFIG := $(ARCH)_defconfig
/linux-4.4.14/arch/sparc/kernel/
H A Dsetup_64.c602 printk("ARCH: SUN4V\n"); setup_arch()
604 printk("ARCH: SUN4U\n"); setup_arch()
H A Dsetup_32.c314 printk("ARCH: "); setup_arch()
/linux-4.4.14/include/asm-generic/
H A Dsyscall.h11 * asm-ARCH/syscall.h files need to define. Most arch definitions
/linux-4.4.14/arch/sh/
H A DMakefile12 ifneq ($(SUBARCH),$(ARCH))
/linux-4.4.14/arch/m68k/
H A DMakefile19 ifneq ($(SUBARCH),$(ARCH))
/linux-4.4.14/arch/um/include/shared/
H A Dos.h310 /* sys-$ARCH/task_size.c */
/linux-4.4.14/scripts/kconfig/
H A DMakefile143 @echo ' defconfig - New config with default from ARCH supplied defconfig'
H A Dconfdata.c33 const char conf_defname[] = "arch/$ARCH/defconfig";
/linux-4.4.14/arch/microblaze/kernel/
H A Dhead.S346 * Please see $(ARCH)/mach-$(SUBARCH)/setup.c for
/linux-4.4.14/arch/mips/
H A DMakefile45 ifneq ($(SUBARCH),$(ARCH))
/linux-4.4.14/arch/powerpc/kernel/
H A Dcputable.c21 #include <asm/prom.h> /* for PTRRELOC on ARCH=ppc */
/linux-4.4.14/drivers/pci/
H A Dpci.c4536 /* ARCH specific VGA enables */ pci_set_vga_state()

Completed in 1982 milliseconds