| /tools/perf/arch/x86/tests/ |
| A D | insn-x86.c | 100 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 D | Makefile | 6 ifeq ($(ARCH),$(filter $(ARCH),arm64 s390 riscv x86 x86_64 loongarch)) 8 ifeq ($(ARCH),x86_64)
|
| /tools/arch/x86/lib/ |
| A D | insn.c | 61 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 D | crosstests.conf | 176 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 | .gitignore | 28 debug/x86_64/centrino-decode 29 debug/x86_64/powernow-k8-decode
|
| /tools/scripts/ |
| A D | Makefile.arch | 2 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 D | x86.conf | 1 QEMU_CMD=qemu-system-x86_64
|
| /tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-insn-decoder.c | 190 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 D | intel-pt-insn-decoder.h | 48 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64,
|
| /tools/testing/selftests/nolibc/ |
| A D | run-tests.sh | 11 hostarch=x86_64 21 i386 x86_64 x32 118 x32*) echo x86_64;;
|
| /tools/perf/util/ |
| A D | dump-insn.c | 20 int x86_64 __maybe_unused) in arch_is_uncond_branch()
|
| A D | dump-insn.h | 24 int arch_is_uncond_branch(const unsigned char *buf, size_t len, int x86_64);
|
| /tools/testing/selftests/thermal/intel/power_floor/ |
| A D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
|
| /tools/testing/selftests/thermal/intel/workload_hint/ |
| A D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
|
| /tools/testing/selftests/breakpoints/ |
| A D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
|
| /tools/testing/selftests/intel_pstate/ |
| A D | Makefile | 6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
|
| /tools/testing/selftests/ipc/ |
| A D | Makefile | 8 ifeq ($(ARCH),x86_64)
|
| /tools/testing/selftests/ftrace/test.d/kprobe/ |
| A D | multiple_kprobes.tc | 9 x86_64|i[3456]86) OFFS=5;;
|
| A D | kprobe_opt_types.tc | 8 x86_64)
|
| A D | kprobe_args_char.tc | 7 x86_64)
|
| A D | kprobe_args_string.tc | 7 x86_64)
|
| /tools/testing/selftests/mm/ |
| A D | Makefile | 74 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 D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
|
| /tools/testing/selftests/amd-pstate/ |
| A D | Makefile | 8 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
|
| /tools/testing/selftests/kexec/ |
| A D | Makefile | 5 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
|