Home
last modified time | relevance | path

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

1234

/Linux-v4.19/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 = ia64
117 ARCH = m68k
122 ARCH = mips
127 ARCH = mips
132 ARCH = parisc
137 ARCH = parisc
[all …]
/Linux-v4.19/tools/scripts/
DMakefile.arch9 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/
DMakefile3 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/
Dfeatures-refresh.sh63 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/
Ddtx_diff54 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/
DMakefile4 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/
Dlist-arch.sh8 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/
DMakefile5 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/
Dbuildtar20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
76 case "${ARCH}" in
Dbuilddeb47 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/
DMakefile27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/Linux-v4.19/scripts/
Dsubarch.include2 # 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/
DMakefile5 ifeq ($(ARCH),x86_64)
6 ARCH := x86 macro
32 -I$(srctree)/tools/objtool/arch/$(ARCH)/include
/Linux-v4.19/samples/timers/
DMakefile4 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/
DMakefile16 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/
DMakefile6 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/
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-v4.19/tools/testing/selftests/prctl/
DMakefile4 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/
DMakefile4 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/
DMakefile5 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/
DMakefile6 kapi := arch/$(ARCH)/include/generated/asm
28 ( $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt )
/Linux-v4.19/arch/unicore32/
DMakefile13 ifneq ($(SUBARCH),$(ARCH))
45 KBUILD_DEFCONFIG := $(ARCH)_defconfig
/Linux-v4.19/tools/testing/selftests/gpio/
DMakefile28 make ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C ../../../gpio
/Linux-v4.19/arch/powerpc/
DMakefile188 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/
Dlib.mk21 ARCH ?= $(SUBARCH)
27 make ARCH=$(ARCH) -C $(top_srcdir) headers_install

1234