Home
last modified time | relevance | path

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

1234

/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/scripts/
Ddecodecode63 if [ -z "$ARCH" ]; then
65 aarch64*) ARCH=arm64 ;;
66 arm*) ARCH=arm ;;
73 if [ "$ARCH" = "arm" ]; then
81 if [ "$ARCH" = "arm64" ]; then
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-v5.4/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-v5.4/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-v5.4/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-v5.4/tools/testing/selftests/
Dlib.mk26 ARCH ?= $(SUBARCH)
50 make --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install
53 ARCH=$(ARCH) -C $(top_srcdir) headers_install
DMakefile102 ARCH ?= $(SUBARCH) macro
136 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install
139 ARCH=$(ARCH) -C $(top_srcdir) headers_install
/Linux-v5.4/scripts/package/
Dbuildtar20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
60 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
76 case "${ARCH}" in
Dbuilddeb59 if [ "$ARCH" = "um" ] ; then
66 case $ARCH in
86 if [ "$ARCH" = "um" ] ; then
109 if [ "$ARCH" = "um" ] ; then
132 if [ "$ARCH" != "um" ]; then
187 if [ "$ARCH" != "um" ]; then
/Linux-v5.4/arch/h8300/boot/
DMakefile27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/Linux-v5.4/tools/testing/selftests/arm64/
DMakefile4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
6 ifneq (,$(filter $(ARCH),aarch64 arm64))
/Linux-v5.4/tools/testing/selftests/kexec/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
7 ifeq ($(ARCH),x86)
/Linux-v5.4/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-v5.4/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-v5.4/Documentation/arm/sa1100/
Dcerf.rst30 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig
31 make ARCH=arm CROSS_COMPILE=arm-linux- zImage
32 make ARCH=arm CROSS_COMPILE=arm-linux- modules
/Linux-v5.4/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-v5.4/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),aarch64)
/Linux-v5.4/tools/objtool/
DMakefile5 ifeq ($(ARCH),x86_64)
6 ARCH := x86 macro
36 -I$(srctree)/tools/arch/$(ARCH)/include
/Linux-v5.4/arch/s390/tools/
DMakefile6 kapi := arch/$(ARCH)/include/generated/asm
21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
/Linux-v5.4/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)

1234