Home
last modified time | relevance | path

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

1234

/linux/tools/testing/ktest/examples/
A Dcrosstests.conf102 ARCH = alpha
107 ARCH = arm
112 ARCH = ia64
117 ARCH = m68k
122 ARCH = mips
127 ARCH = mips
152 ARCH = s390
157 ARCH = sh
177 ARCH = uml
182 ARCH = i386
[all …]
/linux/tools/testing/selftests/wireguard/qemu/
A DMakefile9 ifneq (,$(ARCH))
61 ifeq ($(HOST_ARCH),$(ARCH))
71 ifeq ($(ARCH),aarch64)
75 ifeq ($(HOST_ARCH),$(ARCH))
91 else ifeq ($(ARCH),arm)
101 else ifeq ($(ARCH),armeb)
112 else ifeq ($(ARCH),x86_64)
122 else ifeq ($(ARCH),i686)
132 else ifeq ($(ARCH),mips64)
154 else ifeq ($(ARCH),mips)
[all …]
/linux/tools/scripts/
A DMakefile.arch10 ifndef ARCH
11 ARCH := $(HOSTARCH)
14 SRCARCH := $(ARCH)
17 ifeq ($(ARCH),i386)
20 ifeq ($(ARCH),x86_64)
25 ifeq ($(ARCH),sparc32)
28 ifeq ($(ARCH),sparc64)
33 ifeq ($(ARCH),sh64)
/linux/tools/testing/selftests/ipc/
A 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/scripts/dtc/
A Ddtx_diff57 The shell variable \${ARCH} must provide the architecture containing
66 <(ARCH=arch_of_dtx_1 `basename $0` DTx_1) \\
67 <(ARCH=arch_of_dtx_2 `basename $0` DTx_2)
69 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
70 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
130 if [ "${ARCH}" = "" ] ; then
138 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then
143 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2
146 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
149 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2
[all …]
/linux/Documentation/features/scripts/
A 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/scripts/package/
A Dbuildtar20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
67 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE…
76 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
92 case "${ARCH}" in
A Dbuilddeb115 if [ "$ARCH" = "um" ] ; then
122 case $ARCH in
141 if [ "$ARCH" = "um" ] ; then
163 if [ "$ARCH" = "um" ] ; then
211 if [ "$ARCH" != "um" ]; then
/linux/scripts/
A Ddecodecode64 if [ -z "$ARCH" ]; then
66 aarch64*) ARCH=arm64 ;;
67 arm*) ARCH=arm ;;
78 if [ "$ARCH" = "arm" ]; then
86 if [ "$ARCH" = "arm64" ]; then
A 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/tools/testing/selftests/powerpc/
A DMakefile5 ARCH ?= $(shell uname -m) macro
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
8 ifeq ($(ARCH),powerpc)
/linux/tools/testing/selftests/
A Dlib.mk30 ARCH ?= $(SUBARCH)
55 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install
58 ARCH=$(ARCH) -C $(top_srcdir) headers_install
A DMakefile130 ARCH ?= $(SUBARCH) macro
155 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install
158 ARCH=$(ARCH) -C $(top_srcdir) headers_install
/linux/tools/testing/selftests/breakpoints/
A 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/arch/h8300/boot/
A DMakefile27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/linux/tools/testing/selftests/vDSO/
A DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
10 ifeq ($(ARCH),$(filter $(ARCH),x86 x86_64))
/linux/lib/raid6/test/
A 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/Documentation/features/
A Dlist-arch.sh9 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')}
11 $(dirname $0)/../../scripts/get_feat.pl list --arch $ARCH
/linux/Documentation/arm/sa1100/
A 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/tools/testing/selftests/kexec/
A DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
7 ifeq ($(ARCH),x86)
/linux/tools/testing/selftests/intel_pstate/
A DMakefile6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
8 ifeq (x86,$(ARCH))
/linux/tools/testing/selftests/prctl/
A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
6 ifeq ($(ARCH),x86)
/linux/arch/s390/tools/
A DMakefile6 kapi := arch/$(ARCH)/include/generated/asm
21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
/linux/tools/testing/selftests/vm/
A Drun_vmtests.sh63 if [ -z $ARCH ]; then
64 ARCH=`uname -m 2>/dev/null | sed -e 's/aarch64.*/arm64/'`
67 echo "$ARCH64STR" | grep $ARCH && VADDR64=1
/linux/tools/testing/selftests/sparc64/
A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
5 ifneq ($(ARCH),sparc64)

Completed in 32 milliseconds

1234