Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/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.4.14/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))
109 FEATURE_CHECK_CFLAGS-bpf = -I. -I$(srctree)/tools/include -I$(srctree)/arch/$(ARCH)/include/uapi -I…
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
[all …]
/linux-4.4.14/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.4.14/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
DKconfig132 # Building with ARCH=tilegx (or ARCH=tile) implies using the
135 def_bool ARCH != "tilepro"
/linux-4.4.14/Documentation/features/
Dlist-arch.sh8 ARCH=${1:-$(arch | sed 's/x86_64/x86/' | sed 's/i386/x86/')}
12 echo "# Kernel feature support matrix of the '$ARCH' architecture:"
20 S=$(grep -hw $ARCH $F | cut -d\| -f3)
/linux-4.4.14/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
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
375 if [ "$ARCH" != "um" ]; then
/linux-4.4.14/arch/powerpc/
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)
[all …]
/linux-4.4.14/arch/h8300/boot/
DMakefile26 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/linux-4.4.14/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.4.14/tools/testing/selftests/breakpoints/
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/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.4.14/arch/xtensa/boot/
DMakefile12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include
/linux-4.4.14/arch/unicore32/
DMakefile13 ifneq ($(SUBARCH),$(ARCH))
45 KBUILD_DEFCONFIG := $(ARCH)_defconfig
/linux-4.4.14/arch/cris/kernel/
Dasm-offsets.c12 #error One of ARCH v10 and ARCH v32 must be true!
/linux-4.4.14/arch/sparc/
DMakefile11 ifeq ($(ARCH),sparc)
81 ifeq ($(ARCH),sparc)
DKconfig2 bool "64-bit kernel" if ARCH = "sparc"
3 default ARCH = "sparc64"
/linux-4.4.14/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.4.14/tools/perf/arch/
DBuild2 libperf-y += $(ARCH)/
/linux-4.4.14/include/
DKbuild1 # Top-level Makefile calls into asm-$(ARCH)
/linux-4.4.14/
DMakefile251 ARCH ?= $(SUBARCH) macro
255 UTS_MACHINE := $(ARCH)
256 SRCARCH := $(ARCH)
259 ifeq ($(ARCH),i386)
262 ifeq ($(ARCH),x86_64)
267 ifeq ($(ARCH),sparc32)
270 ifeq ($(ARCH),sparc64)
275 ifeq ($(ARCH),sh64)
280 ifeq ($(ARCH),tilepro)
283 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.4.14/scripts/
Dheaders.sh10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
Dmkcompile_h4 ARCH=$2
Ddecodecode53 if [ "$ARCH" = "arm" ]; then
Dtags.sh294 if [ "${ARCH}" = "um" ]; then
DMakefile.build302 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
/linux-4.4.14/arch/s390/
DMakefile122 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
123 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.4.14/tools/perf/tests/
DBuild52 ifeq ($(ARCH),$(filter $(ARCH),x86 arm arm64))
Dmake19 ifeq ($(ARCH)$(IS_64_BIT), x861)
/linux-4.4.14/include/uapi/
DKbuild2 # Top-level Makefile calls into asm-$(ARCH)
/linux-4.4.14/Documentation/kbuild/
Dheaders_install.txt27 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr
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.4.14/arch/openrisc/
DREADME.openrisc48 make ARCH=openrisc defconfig
49 make ARCH=openrisc
/linux-4.4.14/Documentation/ioctl/
Dioctl-decoding.txt4 include/ARCH/ioctl.h for specifics, e.g. powerpc
/linux-4.4.14/arch/ia64/kernel/
DMakefile.gate7 CPPFLAGS_gate.lds := -P -C -U$(ARCH)
/linux-4.4.14/arch/c6x/
DMakefile37 boot := arch/$(ARCH)/boot
/linux-4.4.14/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.4.14/lib/raid6/
DMakefile25 ifeq ($(ARCH),arm)
28 ifeq ($(ARCH),arm64)
/linux-4.4.14/arch/powerpc/kernel/vdso64/
DMakefile19 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/s390/kernel/vdso64/
DMakefile23 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/s390/kernel/vdso32/
DMakefile23 CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/arm64/kernel/vdso/
DMakefile27 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.4.14/drivers/net/wan/
DMakefile40 ifeq ($(ARCH),m68k)
/linux-4.4.14/arch/m68k/
DMakefile19 ifneq ($(SUBARCH),$(ARCH))
/linux-4.4.14/arch/arm/vdso/
DMakefile21 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/avr32/
DMakefile50 boot := arch/$(ARCH)/boot/images
/linux-4.4.14/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.4.14/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.4.14/arch/um/
DMakefile115 $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders
/linux-4.4.14/arch/tile/kernel/vdso/
DMakefile17 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-4.4.14/arch/sh/
DMakefile12 ifneq ($(SUBARCH),$(ARCH))
DKconfig54 def_bool ARCH = "sh"
73 def_bool ARCH = "sh64"
/linux-4.4.14/Documentation/ia64/
Dxen.txt43 # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
/linux-4.4.14/arch/mips/
DMakefile45 ifneq ($(SUBARCH),$(ARCH))
/linux-4.4.14/tools/perf/
DMakefile.perf269 -include arch/$(ARCH)/Makefile
/linux-4.4.14/Documentation/metag/
Dkernel-ABI.txt2 KERNEL ABIS FOR METAG ARCH
/linux-4.4.14/Documentation/frv/
Dkernel-ABI.txt2 INTERNAL KERNEL ABI FOR FR-V ARCH
/linux-4.4.14/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.4.14/Documentation/sh/
Dnew-machine.txt273 $ make ARCH=sh CROSS_COMPILE=sh4-linux- vapor_defconfig vmlinux
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsroot.txt235 The resulting iso image will be arch/<ARCH>/boot/image.iso
/linux-4.4.14/init/
DKconfig1 config ARCH config
3 option env="ARCH"
17 default "arch/$ARCH/defconfig"
/linux-4.4.14/arch/arm/
DKconfig.debug488 ARCH DEBUG_UART_PHYS DEBUG_UART_VIRT