/Linux-v4.19/tools/testing/ktest/examples/ |
D | crosstests.conf | 78 … 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 = ia64 117 ARCH = m68k 122 ARCH = mips 127 ARCH = mips 132 ARCH = parisc 137 ARCH = parisc [all …]
|
/Linux-v4.19/tools/scripts/ |
D | Makefile.arch | 9 ifndef ARCH 10 ARCH := $(HOSTARCH) 13 SRCARCH := $(ARCH) 16 ifeq ($(ARCH),i386) 19 ifeq ($(ARCH),x86_64) 24 ifeq ($(ARCH),sparc32) 27 ifeq ($(ARCH),sparc64) 32 ifeq ($(ARCH),sh64)
|
/Linux-v4.19/tools/testing/selftests/ipc/ |
D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro 4 ifeq ($(ARCH),i386) 5 ARCH := x86 macro 8 ifeq ($(ARCH),x86_64) 9 ARCH := x86 macro
|
/Linux-v4.19/Documentation/features/scripts/ |
D | features-refresh.sh | 63 ARCH=$(echo $ARCH_DIR | sed -e 's/arch//g' | sed -e 's/\///g') 83 printf " |%12s: | ok |\n" "$ARCH" >> $T_FILE 85 printf " |%12s: | ok |\n" "$ARCH" >> $T_FILE 87 S=$(grep -v "^#" "$F_FILE" | grep " $ARCH:") 91 printf " |%12s: | TODO |\n" "$ARCH" \
|
/Linux-v4.19/scripts/dtc/ |
D | dtx_diff | 54 The shell variable \${ARCH} must provide the architecture containing 59 may not work since \${ARCH} is part of the include path. Two possible 63 <(ARCH=arch_of_dtx_1 `basename $0` DTx_1) \\ 64 <(ARCH=arch_of_dtx_2 `basename $0` DTx_2) 66 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts 67 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts 127 if [ "${ARCH}" = "" ] ; then 135 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then 140 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2 143 if [ ! -d ${srctree}/arch/${ARCH} ] ; then [all …]
|
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 8 ifeq ($(ARCH),x86) 11 ifneq (,$(filter $(ARCH),aarch64 arm64))
|
/Linux-v4.19/Documentation/features/ |
D | list-arch.sh | 8 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')} 12 echo "# Kernel feature support matrix of the '$ARCH' architecture:" 20 S=$(grep -hv "^#" $F | grep -w $ARCH | cut -d\| -f3)
|
/Linux-v4.19/tools/testing/selftests/powerpc/ |
D | Makefile | 5 ARCH ?= $(shell uname -m) macro 6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro 8 ifeq ($(ARCH),powerpc)
|
/Linux-v4.19/scripts/package/ |
D | buildtar | 20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar" 60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install 76 case "${ARCH}" in
|
D | builddeb | 47 if [ "$ARCH" = "um" ] ; then 54 case $ARCH in 74 if [ "$ARCH" = "um" ] ; then 97 if [ "$ARCH" = "um" ] ; then 121 if [ "$ARCH" != "um" ]; then 176 if [ "$ARCH" != "um" ]; then
|
/Linux-v4.19/arch/h8300/boot/ |
D | Makefile | 27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
|
/Linux-v4.19/scripts/ |
D | subarch.include | 2 # first, and if a usermode build is happening, the "ARCH=um" on the command 3 # line overrides the setting of ARCH below. If a native build is happening, 4 # then ARCH is assigned, getting whatever value it gets normally, and
|
/Linux-v4.19/tools/objtool/ |
D | Makefile | 5 ifeq ($(ARCH),x86_64) 6 ARCH := x86 macro 32 -I$(srctree)/tools/objtool/arch/$(ARCH)/include
|
/Linux-v4.19/samples/timers/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 6 ifeq ($(ARCH),x86)
|
/Linux-v4.19/lib/raid6/test/ |
D | Makefile | 16 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro 17 ifeq ($(ARCH),i386) 21 ifeq ($(ARCH),x86_64) 26 ifeq ($(ARCH),arm) 30 ifeq ($(ARCH),arm64)
|
/Linux-v4.19/tools/testing/selftests/intel_pstate/ |
D | Makefile | 6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 8 ifeq (x86,$(ARCH))
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | CERF | 24 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-v4.19/tools/testing/selftests/prctl/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 6 ifeq ($(ARCH),x86)
|
/Linux-v4.19/samples/mic/mpssd/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 6 ifeq ($(ARCH),x86)
|
/Linux-v4.19/tools/testing/selftests/vDSO/ |
D | Makefile | 5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 8 ifeq ($(ARCH),x86)
|
/Linux-v4.19/arch/s390/tools/ |
D | Makefile | 6 kapi := arch/$(ARCH)/include/generated/asm 28 ( $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt )
|
/Linux-v4.19/arch/unicore32/ |
D | Makefile | 13 ifneq ($(SUBARCH),$(ARCH)) 45 KBUILD_DEFCONFIG := $(ARCH)_defconfig
|
/Linux-v4.19/tools/testing/selftests/gpio/ |
D | Makefile | 28 make ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C ../../../gpio
|
/Linux-v4.19/arch/powerpc/ |
D | Makefile | 188 KBUILD_CPPFLAGS += -Iarch/$(ARCH) $(asinstr) 189 KBUILD_AFLAGS += -Iarch/$(ARCH) $(AFLAGS-y) 191 KBUILD_CFLAGS += -pipe -Iarch/$(ARCH) $(CFLAGS-y) 285 boot := arch/$(ARCH)/boot 305 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/$(1) \ 306 $(foreach config,$(2),$(srctree)/arch/$(ARCH)/configs/$(config).config) 394 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ 396 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
|
/Linux-v4.19/tools/testing/selftests/ |
D | lib.mk | 21 ARCH ?= $(SUBARCH) 27 make ARCH=$(ARCH) -C $(top_srcdir) headers_install
|