/linux-6.1.9/tools/testing/selftests/kvm/ |
D | .gitignore | 15 /x86_64/amx_test 16 /x86_64/cpuid_test 17 /x86_64/cr4_cpuid_sync_test 18 /x86_64/debug_regs 19 /x86_64/evmcs_test 20 /x86_64/emulator_error_test 21 /x86_64/fix_hypercall_test 22 /x86_64/get_msr_index_features 23 /x86_64/kvm_clock_test 24 /x86_64/kvm_pv_test [all …]
|
D | Makefile | 53 LIBKVM_x86_64 += lib/x86_64/apic.c 54 LIBKVM_x86_64 += lib/x86_64/handlers.S 55 LIBKVM_x86_64 += lib/x86_64/perf_test_util.c 56 LIBKVM_x86_64 += lib/x86_64/processor.c 57 LIBKVM_x86_64 += lib/x86_64/svm.c 58 LIBKVM_x86_64 += lib/x86_64/ucall.c 59 LIBKVM_x86_64 += lib/x86_64/vmx.c 77 TEST_PROGS_x86_64 += x86_64/nx_huge_pages_test.sh 80 TEST_GEN_PROGS_x86_64 = x86_64/cpuid_test 81 TEST_GEN_PROGS_x86_64 += x86_64/cr4_cpuid_sync_test [all …]
|
/linux-6.1.9/arch/x86/crypto/ |
D | Makefile | 7 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o 8 twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_glue.o 9 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o 10 twofish-x86_64-3way-y := twofish-x86_64-asm_64-3way.o twofish_glue_3way.o 11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o 12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o 16 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += serpent-sse2-x86_64.o 17 serpent-sse2-x86_64-y := serpent-sse2-x86_64-asm_64.o serpent_sse2_glue.o 18 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o 19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o [all …]
|
D | Kconfig | 13 Architecture: x86_64 using: 42 Architecture: x86_64 53 Architecture: x86_64 65 Architecture: x86_64 using: 76 Architecture: x86_64 using: 92 Architecture: x86_64 using: 110 Architecture: x86_64 using: 125 Architecture: x86_64 140 Architecture: x86_64 using: 173 Architecture: x86_64 using: [all …]
|
D | .gitignore | 2 poly1305-x86_64-cryptogams.S
|
/linux-6.1.9/Documentation/x86/x86_64/ |
D | uefi.rst | 4 General note on [U]EFI x86_64 support 10 the needed bootloader support and associated tools for x86_64 platforms 15 2. Booting Linux kernel on UEFI x86_64 platform requires bootloader 16 support. Elilo with x86_64 support can be used. 18 3. x86_64 platform with EFI/UEFI firmware. 37 elilo bootloader with x86_64 support, elilo configuration file,
|
D | index.rst | 4 x86_64 Support
|
/linux-6.1.9/tools/perf/arch/x86/tests/ |
D | insn-x86.c | 96 static int test_data_item(struct test_data *dat, int x86_64) in test_data_item() argument 103 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in test_data_item() 118 if (intel_pt_get_insn(dat->data, MAX_INSN_SIZE, x86_64, &intel_pt_insn)) { in test_data_item() 146 static int test_data_set(struct test_data *dat_set, int x86_64) in test_data_set() argument 152 if (test_data_item(dat, x86_64)) in test_data_set()
|
/linux-6.1.9/arch/x86/tools/ |
D | insn_decoder_test.c | 30 static int x86_64; variable 85 insn->length, insn->x86_64, insn->kaddr); in dump_insn() 95 x86_64 = 1; in parse_args() 98 x86_64 = 0; in parse_args() 154 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in main()
|
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-6.1.9/tools/arch/x86/lib/ |
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 ? 1 : 0; 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() 197 if (!insn->x86_64) { in insn_get_prefixes() 215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 223 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 363 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm() 386 if (!insn->x86_64) in insn_rip_relative()
|
/linux-6.1.9/arch/x86/lib/ |
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 ? 1 : 0; 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() 197 if (!insn->x86_64) { in insn_get_prefixes() 215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 223 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 363 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm() 386 if (!insn->x86_64) in insn_rip_relative()
|
/linux-6.1.9/tools/testing/ktest/examples/ |
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-6.1.9/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 169 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument 176 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in intel_pt_get_insn() 188 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64) in arch_is_branch() argument 191 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_branch()
|
/linux-6.1.9/tools/power/cpupower/ |
D | .gitignore | 28 debug/x86_64/centrino-decode 29 debug/x86_64/powernow-k8-decode
|
/linux-6.1.9/tools/scripts/ |
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-6.1.9/tools/testing/selftests/vDSO/ |
D | Makefile | 5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 10 ifeq ($(ARCH),$(filter $(ARCH),x86 x86_64))
|
/linux-6.1.9/tools/testing/selftests/vm/ |
D | Makefile | 56 ifeq ($(MACHINE),x86_64) 84 ifneq (,$(filter $(MACHINE),arm64 ia64 mips64 parisc64 ppc64 riscv64 s390x sh64 sparc64 x86_64)) 104 ifeq ($(MACHINE),x86_64)
|
/linux-6.1.9/arch/ |
D | .gitignore | 3 /x86_64/
|
/linux-6.1.9/tools/perf/util/ |
D | dump-insn.c | 20 int x86_64 __maybe_unused) in arch_is_branch()
|
D | dump-insn.h | 23 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64);
|
/linux-6.1.9/tools/perf/Documentation/ |
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-6.1.9/arch/um/ |
D | Makefile | 11 ifeq ($(shell uname -m),x86_64) 34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
|
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/ |
D | tainted-kernels.rst | 123 - 某些驱动程序正在被用在不受支持的体系结构上(例如x86_64以外的其他系统 124 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已经损坏了arm64上
|
/linux-6.1.9/Documentation/translations/zh_TW/admin-guide/ |
D | tainted-kernels.rst | 126 - 某些驅動程序正在被用在不受支持的體系結構上(例如x86_64以外的其他系統 127 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已經損壞了arm64上
|