Searched refs:ARCH (Results 1 – 12 of 12) sorted by relevance
/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 = blackfin 118 ARCH = cris 123 ARCH = cris 128 ARCH = ia64 133 ARCH = frv 139 ARCH = m68k [all …]
|
D | snowball.conf | 15 …2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-unknown-linux-gnueabi- make ARCH=arm
|
/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) 37 ifeq ($(ARCH),tilepro) 40 ifeq ($(ARCH),tilegx)
|
/tools/testing/selftests/ipc/ |
D | Makefile | 2 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro 3 ifeq ($(ARCH),i386) 4 ARCH := x86 macro 7 ifeq ($(ARCH),x86_64) 8 ARCH := x86 macro
|
/tools/perf/jvmti/ |
D | Makefile | 1 ARCH=$(shell uname -m) macro 3 ifeq ($(ARCH), x86_64) 6 ifeq ($(ARCH), armv7l) 9 ifeq ($(ARCH), armv6l) 12 ifeq ($(ARCH), aarch64) 15 ifeq ($(ARCH), ppc64) 18 ifeq ($(ARCH), ppc64le)
|
/tools/testing/selftests/powerpc/ |
D | Makefile | 4 ARCH ?= $(shell uname -m) macro 5 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro 7 ifeq ($(ARCH),powerpc)
|
/tools/testing/selftests/breakpoints/ |
D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 5 ifeq ($(ARCH),x86)
|
/tools/testing/selftests/prctl/ |
D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 5 ifeq ($(ARCH),x86)
|
/tools/objtool/ |
D | Makefile | 4 ifeq ($(ARCH),x86_64) 5 ARCH := x86 macro
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 290 ARCH = Arch.get_arch() variable 338 if ARCH.exit_reasons: 339 filters['kvm_exit'] = ('exit_reason', ARCH.exit_reasons) 388 return syscall(ARCH.sc_perf_evt_open, ctypes.pointer(attr), 486 fcntl.ioctl(fd, ARCH.ioctl_numbers['SET_FILTER'], 498 fcntl.ioctl(self.fd, ARCH.ioctl_numbers['ENABLE'], 0) 507 fcntl.ioctl(self.fd, ARCH.ioctl_numbers['DISABLE'], 0) 511 fcntl.ioctl(self.fd, ARCH.ioctl_numbers['RESET'], 0)
|
/tools/perf/Documentation/ |
D | android.txt | 52 make WERROR=0 ARCH=arm CROSS_COMPILE=${NDK_TOOLCHAIN} EXTRA_CFLAGS="-pie --sysroot=${NDK_SYSROOT}" 54 make WERROR=0 ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} EXTRA_CFLAGS="-pie --sysroot=${NDK_SYSROOT}"
|
/tools/perf/tests/ |
D | make | 54 ifeq ($(ARCH)$(IS_64_BIT), x861)
|