Searched refs:ARCH (Results 51 - 75 of 89) sorted by path

1234

/linux-master/scripts/package/
H A Dmkspec25 %define ARCH ${ARCH}
/linux-master/scripts/
H A Dtags.sh305 if [ "${ARCH}" = "um" ]; then
/linux-master/tools/bpf/bpftool/
H A DMakefile56 ARCH= CROSS_COMPILE= CC="$(HOSTCC)" LD="$(HOSTLD)" AR="$(HOSTAR)" $@ install_headers
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile21 HOST_OVERRIDES := AR="$(HOSTAR)" CC="$(HOSTCC)" LD="$(HOSTLD)" ARCH="$(HOSTARCH)" \
/linux-master/tools/include/nolibc/
H A DMakefile11 ifeq ($(ARCH),)
13 ARCH = $(SUBARCH) macro
26 nolibc_arch := $(patsubst arm64,aarch64,$(ARCH))
64 @echo " ARCH = $(ARCH)"
68 # Note: when ARCH is "x86" we concatenate both x86_64 and i386
73 $(Q)if [ "$(ARCH)" = "x86" ]; then \
83 echo "Fatal: architecture $(ARCH) not yet supported by nolibc." >&2; \
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat399 ARCH = Arch.get_arch()
505 return self.syscall(ARCH.sc_perf_evt_open, ctypes.pointer(attr),
545 fcntl.ioctl(fd, ARCH.ioctl_numbers['SET_FILTER'],
557 fcntl.ioctl(self.fd, ARCH.ioctl_numbers['ENABLE'], 0)
566 fcntl.ioctl(self.fd, ARCH.ioctl_numbers['DISABLE'], 0)
570 fcntl.ioctl(self.fd, ARCH.ioctl_numbers['RESET'], 0)
621 if ARCH.exit_reason_field and ARCH.exit_reasons:
622 filters['kvm_exit'] = (ARCH.exit_reason_field, ARCH
[all...]
/linux-master/tools/perf/
H A DMakefile.config49 # Additional ARCH settings for ppc
55 # Additional ARCH settings for x86
82 ifeq ($(ARCH),s390)
86 ifeq ($(ARCH),mips)
186 # include ARCH specific config
/linux-master/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile15 ifeq ($(ARCH),arm64)
23 ifeq ($(ARCH),arm64)
/linux-master/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile14 ifeq ($(ARCH),arm64)
22 ifeq ($(ARCH),arm64)
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile14 ifeq ($(ARCH),arm64)
22 ifeq ($(ARCH),arm64)
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile14 ifeq ($(ARCH),arm64)
22 ifeq ($(ARCH),arm64)
/linux-master/tools/perf/util/
H A Dheader.c3440 FEAT_OPR(ARCH, arch, false),
/linux-master/tools/scripts/
H A DMakefile.arch10 ifndef ARCH
11 ARCH := $(HOSTARCH)
14 SRCARCH := $(ARCH)
16 # Additional ARCH settings for x86
17 ifeq ($(ARCH),i386)
20 ifeq ($(ARCH),x86_64)
24 # Additional ARCH settings for sparc
25 ifeq ($(ARCH),sparc32)
28 ifeq ($(ARCH),sparc64)
32 # Additional ARCH setting
[all...]
/linux-master/tools/testing/ktest/examples/
H A Dcrosstests.conf78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make ARCH=${ARCH}
93 TEST_NAME = ${ARCH} ${CROSS}
97 # Notice that CROSS and ARCH are also options and not variables (again '=' instead
102 ARCH = alpha
107 ARCH = arm
112 ARCH = ia64
117 ARCH = m68k
122 ARCH = mips
127 ARCH
[all...]
/linux-master/tools/testing/selftests/
H A DMakefile174 ARCH ?= $(SUBARCH) macro
/linux-master/tools/testing/selftests/amd-pstate/
H A DMakefile7 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
8 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
10 ifeq (x86,$(ARCH))
H A Drun.sh19 ARCH=$(uname -m 2>/dev/null | sed -e 's/i.86/x86/' -e 's/x86_64/x86/')
240 if ! echo "$ARCH" | grep -q x86; then
/linux-master/tools/testing/selftests/arm64/
H A DMakefile3 # When ARCH not overridden for crosscompiling, lookup machine
4 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
6 ifneq (,$(filter $(ARCH),aarch64 arm64))
/linux-master/tools/testing/selftests/bpf/
H A DMakefile316 ARCH= CROSS_COMPILE= CC="$(HOSTCC)" LD="$(HOSTLD)" \
327 ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) \
360 EXTRA_CFLAGS='-g $(OPT_FLAGS)' ARCH= CROSS_COMPILE= \
H A Dvmtest.sh10 ARCH="$(uname -m)"
11 case "${ARCH}" in
41 "tools/testing/selftests/bpf/config.${ARCH}")
112 if [[ $file =~ ^"${ARCH}"/libbpf-vmtest-rootfs-(.*)\.tar\.zst$ ]]; then
129 download "${ARCH}/libbpf-vmtest-rootfs-$rootfsversion.tar.zst" |
/linux-master/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile14 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
/linux-master/tools/testing/selftests/hid/
H A DMakefile124 ARCH= CROSS_COMPILE= CC=$(HOSTCC) LD=$(HOSTLD) \
141 EXTRA_CFLAGS='-g -O0' ARCH= CROSS_COMPILE= \
H A Dvmtest.sh8 ARCH="$(uname -m)"
9 case "${ARCH}" in
21 KCONFIG_REL_PATHS=("${SCRIPT_DIR}/config" "${SCRIPT_DIR}/config.common" "${SCRIPT_DIR}/config.${ARCH}")
/linux-master/tools/testing/selftests/intel_pstate/
H A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not) macro
6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/linux-master/tools/testing/selftests/ipc/
H 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

Completed in 312 milliseconds

1234