Home
last modified time | relevance | path

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

123456

/Linux-v5.15/tools/testing/selftests/kvm/
D.gitignore9 /x86_64/cr4_cpuid_sync_test
10 /x86_64/debug_regs
11 /x86_64/evmcs_test
12 /x86_64/emulator_error_test
13 /x86_64/get_cpuid_test
14 /x86_64/get_msr_index_features
15 /x86_64/kvm_pv_test
16 /x86_64/hyperv_clock
17 /x86_64/hyperv_cpuid
18 /x86_64/hyperv_features
[all …]
DMakefile37 LIBKVM_x86_64 = lib/x86_64/apic.c lib/x86_64/processor.c lib/x86_64/vmx.c lib/x86_64/svm.c lib/x86_…
41 TEST_GEN_PROGS_x86_64 = x86_64/cr4_cpuid_sync_test
42 TEST_GEN_PROGS_x86_64 += x86_64/get_msr_index_features
43 TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
44 TEST_GEN_PROGS_x86_64 += x86_64/emulator_error_test
45 TEST_GEN_PROGS_x86_64 += x86_64/get_cpuid_test
46 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_clock
47 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
48 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_features
49 TEST_GEN_PROGS_x86_64 += x86_64/kvm_pv_test
[all …]
/Linux-v5.15/arch/x86/crypto/
DMakefile7 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.gitignore2 poly1305-x86_64-cryptogams.S
/Linux-v5.15/Documentation/x86/x86_64/
Duefi.rst4 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,
Dindex.rst4 x86_64 Support
/Linux-v5.15/tools/perf/arch/x86/tests/
Dinsn-x86.c96 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-v5.15/arch/x86/tools/
Dinsn_decoder_test.c30 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()
Dinsn_sanity.c32 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-v5.15/arch/x86/lib/
Dinsn.c60 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
73 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
75 if (x86_64) in insn_init()
150 if (insn->x86_64) in insn_get_prefixes()
178 if (insn->x86_64) { in insn_get_prefixes()
196 if (!insn->x86_64) { in insn_get_prefixes()
214 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
222 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
362 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
385 if (!insn->x86_64) in insn_rip_relative()
/Linux-v5.15/tools/arch/x86/lib/
Dinsn.c60 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
73 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
75 if (x86_64) in insn_init()
150 if (insn->x86_64) in insn_get_prefixes()
178 if (insn->x86_64) { in insn_get_prefixes()
196 if (!insn->x86_64) { in insn_get_prefixes()
214 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
222 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
362 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
385 if (!insn->x86_64) in insn_rip_relative()
/Linux-v5.15/tools/testing/ktest/examples/
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
/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c168 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument
175 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in intel_pt_get_insn()
187 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64) in arch_is_branch() argument
190 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_branch()
/Linux-v5.15/tools/power/cpupower/
D.gitignore28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
/Linux-v5.15/tools/scripts/
DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
19 ifeq ($(ARCH),x86_64)
/Linux-v5.15/tools/testing/selftests/vDSO/
DMakefile5 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-v5.15/tools/testing/selftests/vm/
DMakefile50 ifeq ($(MACHINE),x86_64)
78 ifneq (,$(filter $(MACHINE),arm64 ia64 mips64 parisc64 ppc64 riscv64 s390x sh64 sparc64 x86_64))
91 ifeq ($(MACHINE),x86_64)
/Linux-v5.15/crypto/
DKconfig291 tristate "x86_64 accelerated Curve25519 scalar multiplication library"
344 tristate "AEGIS-128 AEAD algorithm (x86_64 AESNI+SSE2 implementation)"
479 tristate "NHPoly1305 hash function (x86_64 SSE2 implementation)"
487 tristate "NHPoly1305 hash function (x86_64 AVX2 implementation)"
723 For x86_64 processors with SSE4.2 and PCLMULQDQ supported,
766 tristate "Poly1305 authenticator algorithm (x86_64/SSE2/AVX2)"
775 in IETF protocols. This is the x86_64 assembler implementation using SIMD
1039 This is the x86_64 CLMUL-NI accelerated implementation of
1209 tristate "Blowfish cipher algorithm (x86_64)"
1215 Blowfish cipher algorithm (x86_64), by Bruce Schneier.
[all …]
/Linux-v5.15/arch/
D.gitignore3 /x86_64/
/Linux-v5.15/arch/um/
DMakefile11 ifeq ($(shell uname -m),x86_64)
34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/Linux-v5.15/tools/perf/util/
Ddump-insn.c20 int x86_64 __maybe_unused) in arch_is_branch()
Ddump-insn.h23 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64);
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
Dtainted-kernels.rst123 - 某些驱动程序正在被用在不受支持的体系结构上(例如x86_64以外的其他系统
124 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已经损坏了arm64上
/Linux-v5.15/tools/perf/Documentation/
Dperf.data-directory-format.txt50 …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-v5.15/Documentation/translations/zh_TW/admin-guide/
Dtainted-kernels.rst126 - 某些驅動程序正在被用在不受支持的體系結構上(例如x86_64以外的其他系統
127 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已經損壞了arm64上

123456