Searched refs:ARCH (Results 1 - 25 of 89) sorted by path

1234

/linux-master/scripts/dtc/
H A Ddt_to_config275 arch/\${ARCH}/boot/dts/my_dts_file.dts
281 arch/\${ARCH}/boot/dts/my_dts_file.dts
291 arch/\${ARCH}/boot/dts/my_dts_file.dts
/linux-master/tools/testing/ktest/examples/
H A Dsnowball.conf15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-unknown-linux-gnueabi- make ARCH=arm
/linux-master/tools/testing/selftests/breakpoints/
H 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-master/tools/testing/selftests/sparc64/
H A DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/) macro
5 ifneq ($(ARCH),sparc64)
/linux-master/Documentation/features/
H 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-master/Documentation/features/scripts/
H 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-master/
H A DMakefile375 # When performing cross compilation for other architectures ARCH shall be set
377 # ARCH can be set during invocation of make:
378 # make ARCH=arm64
379 # Another way is to have ARCH set in the environment.
380 # The default ARCH is the host where make is executed.
390 ARCH ?= $(SUBARCH) macro
393 UTS_MACHINE := $(ARCH)
394 SRCARCH := $(ARCH)
396 # Additional ARCH settings for x86
397 ifeq ($(ARCH),i38
[all...]
/linux-master/arch/arm/tools/
H A DMakefile8 gen := arch/$(ARCH)/include/generated
/linux-master/arch/arm/vdso/
H A DMakefile24 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/arch/arm64/kernel/vdso/
H A DMakefile59 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile128 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/arch/arm64/tools/
H A DMakefile3 gen := arch/$(ARCH)/include/generated
/linux-master/arch/csky/kernel/vdso/
H A DMakefile24 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/arch/loongarch/
H A DMakefile51 ifneq ($(SUBARCH),$(ARCH))
/linux-master/arch/mips/
H A DMakefile493 generic_config_dir = $(srctree)/arch/$(ARCH)/configs/generic
531 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/generic_defconfig $^ | \
536 $(Q)$(CONFIG_SHELL) $(srctree)/arch/$(ARCH)/tools/generic-board-config.sh \
/linux-master/arch/openrisc/
H A DMakefile28 boot := arch/$(ARCH)/boot
/linux-master/arch/parisc/
H A DMakefile32 ifeq ($(ARCH),parisc64)
/linux-master/arch/parisc/kernel/vdso64/
H A DMakefile23 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile35 CPPFLAGS_compat_vdso.lds += -P -C -DCOMPAT_VDSO -U$(ARCH)
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile33 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/arch/s390/
H A DMakefile70 cflags-y += -Wa,-I$(srctree)/arch/$(ARCH)/include
/linux-master/arch/s390/kernel/syscalls/
H A DMakefile3 gen := arch/$(ARCH)/include/generated
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile33 CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile38 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-master/arch/s390/tools/
H A DMakefile6 kapi := arch/$(ARCH)/include/generated/asm
21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt

Completed in 354 milliseconds

1234