| /linux/tools/perf/arch/x86/tests/ |
| H 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()
|
| /linux/arch/x86/tools/ |
| H A D | insn_decoder_test.c | 29 static int x86_64; variable 84 insn->length, insn->x86_64, insn->kaddr); in dump_insn() 94 x86_64 = 1; in parse_args() 97 x86_64 = 0; in parse_args() 153 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in main()
|
| H A D | insn_sanity.c | 32 static int x86_64; /* x86-64 bit mode flag */ variable 78 insn->length, insn->x86_64, insn->kaddr); in dump_insn() 168 x86_64 = 1; in parse_args() 171 x86_64 = 0; in parse_args() 241 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in main()
|
| /linux/arch/x86/lib/ |
| H 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() 211 } else if (!insn->x86_64) { in insn_get_prefixes() 229 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 237 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 343 if (insn->x86_64 && inat_is_invalid64(insn->attr)) { in insn_get_opcode() 411 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm() [all …]
|
| /linux/tools/arch/x86/lib/ |
| H 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() 211 } else if (!insn->x86_64) { in insn_get_prefixes() 229 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 237 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 343 if (insn->x86_64 && inat_is_invalid64(insn->attr)) { in insn_get_opcode() 411 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm() [all …]
|
| /linux/tools/testing/ktest/examples/ |
| H 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
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | Makefile | 6 ifeq ($(ARCH),$(filter $(ARCH),arm64 s390 riscv x86 x86_64 loongarch)) 8 ifeq ($(ARCH),x86_64)
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H 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()
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | run-tests.sh | 11 hostarch=x86_64 21 i386 x86_64 x32 118 x32*) echo x86_64;;
|
| /linux/tools/scripts/ |
| H 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)
|
| /linux/tools/testing/selftests/mm/ |
| H A D | Makefile | 75 ifneq (,$(filter $(ARCH),arm64 riscv riscv64 x86 x86_64 loongarch32 loongarch64)) 114 ifeq ($(ARCH),x86_64) 143 ifneq (,$(filter $(ARCH),arm64 mips64 parisc64 powerpc riscv64 s390x sparc64 x86_64 s390)) 199 ifeq ($(ARCH),x86_64) 231 # x86_64 users should be encouraged to install 32-bit libraries
|
| /linux/lib/crypto/ |
| H A D | Makefile | 119 libchacha-$(CONFIG_X86) += x86/chacha-ssse3-x86_64.o \ 120 x86/chacha-avx2-x86_64.o \ 121 x86/chacha-avx512vl-x86_64.o 268 libpoly1305-y += x86/poly1305-x86_64-cryptogams.o 269 $(obj)/x86/poly1305-x86_64-cryptogams.S: $(src)/x86/poly1305-x86_64-cryptogams.pl 280 x86/poly1305-x86_64-cryptogams.S
|
| /linux/tools/testing/selftests/kho/ |
| H A D | vmtest.sh | 24 supported targets: aarch64, x86_64 125 x86_64) echo "x86" ;;
|
| H A D | x86.conf | 1 QEMU_CMD=qemu-system-x86_64
|
| /linux/Documentation/arch/x86/ |
| H A D | kernel-stacks.rst | 12 x86_64 page size (PAGE_SIZE) is 4K. 14 Like all other architectures, x86_64 has a kernel stack for every 40 x86_64 also has a feature which is not available on i386, the ability 43 events on x86_64. This feature is called the Interrupt Stack Table 60 NMI. arch/x86_64/kernel/entry.S::paranoidentry adjusts the stack
|
| /linux/arch/ |
| H A D | .gitignore | 3 /x86_64/
|
| /linux/tools/perf/Documentation/ |
| H A D | perf.data-directory-format.txt | 50 …build id event received for /lib/x86_64-linux-gnu/libc-2.28.so: 5b157f49586a3ca84d55837f97ff466767… 63 …60795.481643: 2172167 cycles: 7f1a48c393c0 _IO_un_link+0x0 (/lib/x86_64-linux-gnu/libc-2.2…
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | tainted-kernels.rst | 123 - 某些驱动程序正在被用在不受支持的体系结构上(例如x86_64以外的其他系统 124 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已经损坏了arm64上
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | tainted-kernels.rst | 126 - 某些驅動程序正在被用在不受支持的體系結構上(例如x86_64以外的其他系統 127 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已經損壞了arm64上
|
| /linux/arch/um/ |
| H A D | Makefile | 11 ifeq ($(shell uname -m),x86_64) 29 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
|
| /linux/arch/x86/crypto/ |
| H A D | .gitignore | 2 poly1305-x86_64-cryptogams.S
|
| /linux/lib/crypto/x86/ |
| H A D | .gitignore | 2 poly1305-x86_64-cryptogams.S
|
| /linux/Documentation/bpf/ |
| H A D | classic_vs_extended.rst | 19 function. Natively, x86_64 passes first 6 arguments in registers, aarch64/ 20 sparcv9/mips64 have 7 - 8 registers for arguments; x86_64 has 6 callee saved 23 Thus, all eBPF registers map one to one to HW registers on x86_64, aarch64, 40 That behavior maps directly to x86_64 and arm64 subregister definition, but 84 GCC can compile f1, f3 into x86_64:: 114 example, x86_64 JIT compiler can map them as ... 130 ... since x86_64 ABI mandates rdi, rsi, rdx, rcx, r8, r9 for argument passing 151 After JIT to x86_64 may look like::
|
| /linux/drivers/iommu/generic_pt/fmt/ |
| H A D | iommu_x86_64.c | 5 #define PT_FMT x86_64
|
| /linux/tools/perf/util/ |
| H A D | dump-insn.c | |