Home
last modified time | relevance | path

Searched refs:x86 (Results 1 – 25 of 73) sorted by relevance

123

/tools/testing/selftests/kvm/
A DMakefile.kvm22 LIBKVM_x86 += lib/x86/apic.c
23 LIBKVM_x86 += lib/x86/handlers.S
24 LIBKVM_x86 += lib/x86/hyperv.c
25 LIBKVM_x86 += lib/x86/memstress.c
26 LIBKVM_x86 += lib/x86/pmu.c
28 LIBKVM_x86 += lib/x86/sev.c
29 LIBKVM_x86 += lib/x86/svm.c
30 LIBKVM_x86 += lib/x86/ucall.c
31 LIBKVM_x86 += lib/x86/vmx.c
247 ifeq ($(ARCH),x86)
[all …]
A DMakefile6 ifeq ($(ARCH),$(filter $(ARCH),arm64 s390 riscv x86 x86_64 loongarch))
9 ARCH := x86
/tools/perf/arch/x86/tests/
A Dgen-insn-x86-dat.sh20 gcc -g -c insn-x86-dat-src.c
22 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-64.c
24 rm -f insn-x86-dat-src.o
28 gcc -g -c -m32 insn-x86-dat-src.c
30 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-32.c
32 rm -f insn-x86-dat-src.o
A DBuild8 perf-test-$(CONFIG_AUXTRACE) += insn-x86.o
16 SHELL_TESTS := gen-insn-x86-dat.sh
/tools/objtool/arch/x86/
A DBuild5 inat_tables_script = ../arch/x86/tools/gen-insn-attr-x86.awk
6 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.txt
8 $(OUTPUT)arch/x86/lib/inat-tables.c: $(inat_tables_script) $(inat_tables_maps)
12 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
14 CFLAGS_decode.o += -I$(OUTPUT)arch/x86/lib
/tools/testing/selftests/amd-pstate/
A DMakefile8 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
10 ifeq (x86,$(ARCH))
11 TEST_FILES += ../../../power/x86/amd_pstate_tracer/amd_pstate_trace.py
12 TEST_FILES += ../../../power/x86/intel_pstate_tracer/intel_pstate_tracer.py
/tools/perf/util/intel-pt-decoder/
A DBuild3 inat_tables_script = $(srctree)/tools/arch/x86/tools/gen-insn-attr-x86.awk
4 inat_tables_maps = $(srctree)/tools/arch/x86/lib/x86-opcode-map.txt
10 ifeq ($(SRCARCH),x86)
16 $(OUTPUT)util/intel-pt-decoder/inat.o: $(srctree)/tools/arch/x86/lib/inat.c $(OUTPUT)util/intel-pt-…
22 $(OUTPUT)util/intel-pt-decoder/insn.o: $(srctree)/tools/arch/x86/lib/insn.c
/tools/testing/selftests/kexec/
A DMakefile5 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
7 ifeq ($(ARCH_PROCESSED),$(filter $(ARCH_PROCESSED),x86 ppc64le))
13 ifeq ($(IS_64_BIT)$(ARCH_PROCESSED),1x86)
/tools/testing/selftests/thermal/intel/power_floor/
A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
6 ifeq ($(ARCH),x86)
/tools/testing/selftests/thermal/intel/workload_hint/
A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
6 ifeq ($(ARCH),x86)
/tools/testing/selftests/breakpoints/
A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
8 ifeq ($(ARCH),x86)
/tools/testing/selftests/intel_pstate/
A DMakefile6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
8 ifeq (x86,$(ARCH_PROCESSED))
A Drun.sh36 if ! uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ | grep -q x86; then
/tools/testing/selftests/prctl/
A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
6 ifeq ($(ARCH),x86)
/tools/scripts/
A DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
18 SRCARCH := x86
21 SRCARCH := x86
/tools/perf/Documentation/
A Dandroid.txt17 For x86:
18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-
19 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-x86
38 For x86:
39 ./build/tools/build-ndk-sysroot.sh --abi=x86
40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86
45 For x86:
53 For x86:
54 make WERROR=0 ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} EXTRA_CFLAGS="-pie --sysroot=${NDK_SYSROOT}"
A Dperf-bench.txt189 On x86-64, x86-64-unrolled, x86-64-movsq and x86-64-movsb are supported.
213 On x86-64, x86-64-unrolled, x86-64-stosq and x86-64-stosb are supported.
A Dperf-kvm.txt54 of KVM events. Currently, vmexit, mmio (x86 only) and ioport (x86 only)
97 event to be analyzed. Possible values: vmexit, mmio (x86 only),
98 ioport (x86 only). (default: vmexit)
136 mmio (x86 only), ioport (x86 only).
145 Show events other than HLT (x86 only) or Wait state (s390 only)
/tools/perf/
A Dcheck-headers.sh184 check arch/x86/lib/memcpy_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU…
185 check arch/x86/lib/memset_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU…
186 check arch/x86/include/asm/amd/ibs.h '-I "^#include .*/msr-index.h"'
196 check_2 tools/perf/arch/x86/entry/syscalls/syscall_32.tbl arch/x86/entry/syscalls/syscall_32.tbl
197 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
/tools/testing/selftests/ipc/
A DMakefile5 ARCH := x86
9 ARCH := x86
/tools/testing/selftests/mm/
A DMakefile74 ifneq (,$(filter $(ARCH),arm64 riscv riscv64 x86 x86_64))
110 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_32bit_program.c -m32)
111 CAN_BUILD_X86_64 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_64bit_program.c)
112 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie)
/tools/objtool/
A D.gitignore2 arch/x86/lib/inat-tables.c
/tools/perf/bench/
A DBuild23 perf-bench-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o
24 perf-bench-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o
/tools/testing/selftests/sgx/
A DMakefile7 CAN_BUILD_X86_64 := $(shell ../x86/check_cc.sh "$(CC)" \
8 ../x86/trivial_64bit_program.c)
/tools/testing/memblock/
A DMakefile32 test -L asm/asm.h || ln -s ../../../arch/x86/include/asm/asm.h asm/asm.h
33 test -L asm/cmpxchg.h || ln -s ../../../arch/x86/include/asm/cmpxchg.h asm/cmpxchg.h

Completed in 26 milliseconds

123