Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 69 of 69) sorted by relevance

/linux-4.1.27/tools/testing/ktest/examples/
Dcrosstests.conf78 … PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make ARCH=${ARCH}
93 TEST_NAME = ${ARCH} ${CROSS}
102 ARCH = alpha
107 ARCH = arm
112 ARCH = blackfin
118 ARCH = cris
123 ARCH = cris
128 ARCH = ia64
133 ARCH = frv
139 ARCH = m68k
[all …]
Dsnowball.conf15 …2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-unknown-linux-gnueabi- make ARCH=arm
/linux-4.1.27/tools/testing/selftests/breakpoints/
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/arch/blackfin/
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 \
[all …]
/linux-4.1.27/tools/testing/selftests/ipc/
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/perf/config/
DMakefile.arch1 ifndef ARCH
2 ARCH := $(shell uname -m 2>/dev/null || echo not)
5 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
DMakefile22 $(call detected_var,ARCH)
27 ifeq ($(ARCH),x86)
40 ifeq ($(ARCH),arm)
45 ifeq ($(ARCH),arm64)
58 ifneq ($(ARCH),$(filter $(ARCH),x86 arm))
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
285 -include $(src-perf)/arch/$(ARCH)/Makefile
[all …]
/linux-4.1.27/tools/testing/selftests/powerpc/
DMakefile4 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/tile/
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/scripts/package/
Dbuildtar19 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
75 case "${ARCH}" in
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
353 if [ "$ARCH" != "um" ]; then
/linux-4.1.27/arch/powerpc/
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)/%,$@)
299 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
301 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.1.27/lib/raid6/test/
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/Documentation/arm/SA1100/
DCERF24 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig
25 make ARCH=arm CROSS_COMPILE=arm-linux- zImage
26 make ARCH=arm CROSS_COMPILE=arm-linux- modules
/linux-4.1.27/arch/xtensa/boot/
DMakefile12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include
/linux-4.1.27/arch/unicore32/
DMakefile13 ifneq ($(SUBARCH),$(ARCH))
45 KBUILD_DEFCONFIG := $(ARCH)_defconfig
/linux-4.1.27/arch/cris/kernel/
Dasm-offsets.c12 #error One of ARCH v10 and ARCH v32 must be true!
/linux-4.1.27/arch/sparc/
DMakefile11 ifeq ($(ARCH),sparc)
81 ifeq ($(ARCH),sparc)
DKconfig2 bool "64-bit kernel" if ARCH = "sparc"
3 default ARCH = "sparc64"
/linux-4.1.27/Documentation/powerpc/
Dmpc52xx.txt9 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
20 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
/linux-4.1.27/tools/perf/tests/
DBuild37 ifeq ($(ARCH),$(filter $(ARCH),x86 arm))
Dmake8 ifeq ($(ARCH)$(IS_64_BIT), x861)
/linux-4.1.27/tools/perf/arch/
DBuild2 libperf-y += $(ARCH)/
/linux-4.1.27/include/
DKbuild1 # Top-level Makefile calls into asm-$(ARCH)
/linux-4.1.27/
DMakefile252 ARCH ?= $(SUBARCH) macro
256 UTS_MACHINE := $(ARCH)
257 SRCARCH := $(ARCH)
260 ifeq ($(ARCH),i386)
263 ifeq ($(ARCH),x86_64)
268 ifeq ($(ARCH),sparc32)
271 ifeq ($(ARCH),sparc64)
276 ifeq ($(ARCH),sh64)
281 ifeq ($(ARCH),tilepro)
284 ifeq ($(ARCH),tilegx)
[all …]
DKconfig5 mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
DREADME180 symbol values from either arch/$ARCH/defconfig
181 or arch/$ARCH/configs/${PLATFORM}_defconfig,
187 arch/$ARCH/configs/${PLATFORM}_defconfig.
/linux-4.1.27/scripts/
Dheaders.sh10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
Dmkcompile_h4 ARCH=$2
Ddecodecode53 if [ "$ARCH" = "arm" ]; then
Dtags.sh288 if [ "${ARCH}" = "um" ]; then
DMakefile.build302 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
/linux-4.1.27/arch/s390/
DMakefile120 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
121 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.1.27/include/uapi/
DKbuild2 # Top-level Makefile calls into asm-$(ARCH)
/linux-4.1.27/Documentation/kbuild/
Dheaders_install.txt27 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr/include
29 ARCH indicates which architecture to produce headers for, and defaults to the
Dmakefiles.txt62 arch/$(ARCH)/Makefile the arch Makefile.
75 with the name arch/$(ARCH)/Makefile. The arch Makefile supplies
580 ifneq ($(SUBARCH),$(ARCH))
801 Note 1: arch/$(ARCH)/Makefile cannot use "subdir-", because that file is
813 arch/$(ARCH)/Makefile contains what is required to set up kbuild
815 To do so, arch/$(ARCH)/Makefile sets up a number of variables and defines
822 - Additional prerequisites are specified in arch/$(ARCH)/Makefile
825 - The values of the above variables are expanded in arch/$(ARCH)/Makefile.
829 arch/$(ARCH)/Makefile.
1012 and arch/$(ARCH)/Makefile only adds architecture-specific directories.
[all …]
Dkbuild.txt88 ARCH
90 Set ARCH to the architecture to be built.
Dmodules.txt316 under arch/$(ARCH)/include/.
/linux-4.1.27/arch/openrisc/
DREADME.openrisc48 make ARCH=openrisc defconfig
49 make ARCH=openrisc
/linux-4.1.27/Documentation/ioctl/
Dioctl-decoding.txt4 include/ARCH/ioctl.h for specifics, e.g. powerpc
/linux-4.1.27/arch/ia64/kernel/
DMakefile.gate7 CPPFLAGS_gate.lds := -P -C -U$(ARCH)
/linux-4.1.27/arch/c6x/
DMakefile37 boot := arch/$(ARCH)/boot
/linux-4.1.27/tools/perf/Documentation/
Dandroid.txt52 make ARCH=arm CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"
54 make ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"
/linux-4.1.27/lib/raid6/
DMakefile25 ifeq ($(ARCH),arm)
28 ifeq ($(ARCH),arm64)
/linux-4.1.27/arch/powerpc/kernel/vdso64/
DMakefile19 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/s390/kernel/vdso32/
DMakefile23 CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/s390/kernel/vdso64/
DMakefile23 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/arm64/kernel/vdso/
DMakefile24 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/m68k/
DMakefile19 ifneq ($(SUBARCH),$(ARCH))
/linux-4.1.27/drivers/net/wan/
DMakefile40 ifeq ($(ARCH),m68k)
/linux-4.1.27/arch/arm/vdso/
DMakefile21 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/x86/
DMakefile4 ifeq ($(ARCH),x86)
11 KBUILD_DEFCONFIG := $(ARCH)_defconfig
DKconfig3 bool "64-bit kernel" if ARCH = "x86"
4 default ARCH != "i386"
/linux-4.1.27/arch/avr32/
DMakefile50 boot := arch/$(ARCH)/boot/images
/linux-4.1.27/Documentation/arm/
DREADME15 To build ARM Linux natively, you shouldn't have to alter the ARCH = line
23 ARCH = <whatever>
25 ARCH = arm
/linux-4.1.27/arch/um/
DMakefile114 $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders
/linux-4.1.27/arch/tile/kernel/vdso/
DMakefile17 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.1.27/arch/sh/
DMakefile12 ifneq ($(SUBARCH),$(ARCH))
DKconfig54 def_bool ARCH = "sh"
73 def_bool ARCH = "sh64"
/linux-4.1.27/Documentation/ia64/
Dxen.txt43 # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
/linux-4.1.27/arch/mips/
DMakefile45 ifneq ($(SUBARCH),$(ARCH))
/linux-4.1.27/tools/perf/
DMakefile.perf233 -include arch/$(ARCH)/Makefile
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt2 KERNEL ABIS FOR METAG ARCH
/linux-4.1.27/Documentation/frv/
Dkernel-ABI.txt2 INTERNAL KERNEL ABI FOR FR-V ARCH
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt282 5. Run your favorite config; `make xconfig ARCH=um' is the most
283 convenient. `make config ARCH=um' and 'make menuconfig ARCH=um'
296 6. Finish with `make linux ARCH=um': the result is a file called
328 exception of the 'ARCH=um' that you always need for UML):
331 host% make modules ARCH=um
359 make modules_install INSTALL_MOD_PATH=`pwd`/mnt ARCH=um
3798 As of test11, it is necessary to have "ARCH=um" in the environment or
3806 make mrproper ARCH=um
3811 and repeat the build process with ARCH=um on all the steps.
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsroot.txt232 The resulting iso image will be arch/<ARCH>/boot/image.iso
/linux-4.1.27/Documentation/sh/
Dnew-machine.txt273 $ make ARCH=sh CROSS_COMPILE=sh4-linux- vapor_defconfig vmlinux
/linux-4.1.27/init/
DKconfig1 config ARCH config
3 option env="ARCH"
17 default "arch/$ARCH/defconfig"
/linux-4.1.27/arch/arm/
DKconfig.debug465 ARCH DEBUG_UART_PHYS DEBUG_UART_VIRT