Home
last modified time | relevance | path

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

123456

/Linux-v5.10/tools/testing/selftests/kvm/
D.gitignore7 /x86_64/cr4_cpuid_sync_test
8 /x86_64/debug_regs
9 /x86_64/evmcs_test
10 /x86_64/kvm_pv_test
11 /x86_64/hyperv_cpuid
12 /x86_64/mmio_warning_test
13 /x86_64/platform_info_test
14 /x86_64/set_sregs_test
15 /x86_64/smm_test
16 /x86_64/state_test
[all …]
DMakefile37 LIBKVM_x86_64 = lib/x86_64/processor.c lib/x86_64/vmx.c lib/x86_64/svm.c lib/x86_64/ucall.c lib/x86…
41 TEST_GEN_PROGS_x86_64 = x86_64/cr4_cpuid_sync_test
42 TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
43 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
44 TEST_GEN_PROGS_x86_64 += x86_64/kvm_pv_test
45 TEST_GEN_PROGS_x86_64 += x86_64/mmio_warning_test
46 TEST_GEN_PROGS_x86_64 += x86_64/platform_info_test
47 TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test
48 TEST_GEN_PROGS_x86_64 += x86_64/smm_test
49 TEST_GEN_PROGS_x86_64 += x86_64/state_test
[all …]
/Linux-v5.10/arch/x86/crypto/
DMakefile11 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
12 twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_glue.o
13 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o
14 twofish-x86_64-3way-y := twofish-x86_64-asm_64-3way.o twofish_glue_3way.o
15 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o
16 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o
20 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += serpent-sse2-x86_64.o
21 serpent-sse2-x86_64-y := serpent-sse2-x86_64-asm_64.o serpent_sse2_glue.o
22 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o
23 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.10/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.10/tools/perf/arch/x86/tests/
Dinsn-x86.c95 static int test_data_item(struct test_data *dat, int x86_64) in test_data_item() argument
101 insn_init(&insn, dat->data, MAX_INSN_SIZE, x86_64); 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.10/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()
152 insn_init(&insn, insn_buff, sizeof(insn_buff), x86_64); in main()
Dinsn_sanity.c36 static int x86_64; /* x86-64 bit mode flag */ variable
82 insn->length, insn->x86_64, insn->kaddr); in dump_insn()
172 x86_64 = 1; in parse_args()
175 x86_64 = 0; in parse_args()
244 insn_init(&insn, insn_buff, sizeof(insn_buff), x86_64); in main()
/Linux-v5.10/arch/x86/lib/
Dinsn.c42 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
55 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
57 if (x86_64) in insn_init()
128 if (insn->x86_64) in insn_get_prefixes()
156 if (insn->x86_64) { in insn_get_prefixes()
175 if (!insn->x86_64) { in insn_get_prefixes()
193 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
201 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
309 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
329 if (!insn->x86_64) in insn_rip_relative()
/Linux-v5.10/tools/arch/x86/lib/
Dinsn.c42 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
55 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
57 if (x86_64) in insn_init()
128 if (insn->x86_64) in insn_get_prefixes()
156 if (insn->x86_64) { in insn_get_prefixes()
175 if (!insn->x86_64) { in insn_get_prefixes()
193 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
201 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
309 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
329 if (!insn->x86_64) in insn_rip_relative()
/Linux-v5.10/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.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c157 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument
162 insn_init(&insn, buf, len, x86_64); in intel_pt_get_insn()
174 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64) in arch_is_branch() argument
177 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_branch()
/Linux-v5.10/tools/power/cpupower/
D.gitignore28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
/Linux-v5.10/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.10/tools/testing/selftests/vm/
DMakefile42 ifeq ($(ARCH),x86_64)
70 … (,$(filter $(MACHINE),arm64 ia64 mips64 parisc64 ppc64 ppc64le riscv64 s390x sh64 sparc64 x86_64))
85 ifeq ($(ARCH),x86_64)
/Linux-v5.10/arch/
D.gitignore3 x86_64
/Linux-v5.10/arch/um/
DMakefile11 ifeq ($(shell uname -m),x86_64)
34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/Linux-v5.10/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.10/tools/testing/selftests/kexec/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v5.10/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.10/tools/testing/selftests/breakpoints/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v5.10/arch/x86/
DMakefile6 ifeq ($(shell uname -m),x86_64)
88 UTS_MACHINE := x86_64
297 $(Q)rm -rf $(objtree)/arch/x86_64
/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c93 int x86_64, sign; in arch_decode_instruction() local
100 x86_64 = is_x86_64(elf); in arch_decode_instruction()
101 if (x86_64 == -1) in arch_decode_instruction()
104 insn_init(&insn, sec->data->d_buf + offset, maxlen, x86_64); in arch_decode_instruction()

123456