Home
last modified time | relevance | path

Searched refs:x86_64 (Results 1 – 25 of 57) sorted by relevance

123

/tools/perf/arch/x86/tests/
A Dinsn-x86.c100 static int test_data_item(const struct test_data *dat, int x86_64) in test_data_item() argument
107 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in test_data_item()
122 if (intel_pt_get_insn(dat->data, MAX_INSN_SIZE, x86_64, &intel_pt_insn)) { in test_data_item()
150 static int test_data_set(const struct test_data *dat_set, int x86_64) in test_data_set() argument
156 if (test_data_item(dat, x86_64)) in test_data_set()
/tools/testing/selftests/kvm/
A DMakefile6 ifeq ($(ARCH),$(filter $(ARCH),arm64 s390 riscv x86 x86_64 loongarch))
8 ifeq ($(ARCH),x86_64)
/tools/arch/x86/lib/
A Dinsn.c61 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
74 insn->x86_64 = x86_64; in insn_init()
76 if (x86_64) in insn_init()
151 if (insn->x86_64) in insn_get_prefixes()
179 if (insn->x86_64) { in insn_get_prefixes()
208 if (!insn->x86_64) { in insn_get_prefixes()
226 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
234 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
327 if (insn->x86_64 && inat_is_invalid64(insn->attr)) { in insn_get_opcode()
394 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
[all …]
/tools/testing/ktest/examples/
A Dcrosstests.conf176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
185 TEST_START IF ${RUN} == x86 || ${RUN} == x86_64 || ${DO_DEFAULT}
186 MAKE_CMD = make ARCH=x86_64
187 ARCH = x86_64
/tools/power/cpupower/
A D.gitignore28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
/tools/scripts/
A DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
20 ifeq ($(ARCH),x86_64)
/tools/testing/selftests/kho/
A Dx86.conf1 QEMU_CMD=qemu-system-x86_64
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-insn-decoder.c190 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument
197 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in intel_pt_get_insn()
209 int arch_is_uncond_branch(const unsigned char *buf, size_t len, int x86_64) in arch_is_uncond_branch() argument
212 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_uncond_branch()
A Dintel-pt-insn-decoder.h48 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64,
/tools/testing/selftests/nolibc/
A Drun-tests.sh11 hostarch=x86_64
21 i386 x86_64 x32
118 x32*) echo x86_64;;
/tools/perf/util/
A Ddump-insn.c20 int x86_64 __maybe_unused) in arch_is_uncond_branch()
A Ddump-insn.h24 int arch_is_uncond_branch(const unsigned char *buf, size_t len, int x86_64);
/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/)
/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/)
/tools/testing/selftests/breakpoints/
A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/tools/testing/selftests/intel_pstate/
A DMakefile6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/tools/testing/selftests/ipc/
A DMakefile8 ifeq ($(ARCH),x86_64)
/tools/testing/selftests/ftrace/test.d/kprobe/
A Dmultiple_kprobes.tc9 x86_64|i[3456]86) OFFS=5;;
A Dkprobe_opt_types.tc8 x86_64)
A Dkprobe_args_char.tc7 x86_64)
A Dkprobe_args_string.tc7 x86_64)
/tools/testing/selftests/mm/
A DMakefile74 ifneq (,$(filter $(ARCH),arm64 riscv riscv64 x86 x86_64))
109 ifeq ($(ARCH),x86_64)
138 ifneq (,$(filter $(ARCH),arm64 mips64 parisc64 powerpc riscv64 s390x sparc64 x86_64 s390))
169 ifeq ($(ARCH),x86_64)
/tools/testing/selftests/prctl/
A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/tools/testing/selftests/amd-pstate/
A DMakefile8 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/tools/testing/selftests/kexec/
A DMakefile5 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)

Completed in 31 milliseconds

123