Home
last modified time | relevance | path

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

12345

/Linux-v5.4/arch/x86/crypto/
DMakefile20 obj-$(CONFIG_CRYPTO_DES3_EDE_X86_64) += des3_ede-x86_64.o
21 obj-$(CONFIG_CRYPTO_CAMELLIA_X86_64) += camellia-x86_64.o
22 obj-$(CONFIG_CRYPTO_BLOWFISH_X86_64) += blowfish-x86_64.o
23 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
24 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o
25 obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) += chacha-x86_64.o
26 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += serpent-sse2-x86_64.o
36 obj-$(CONFIG_CRYPTO_POLY1305_X86_64) += poly1305-x86_64.o
46 camellia-aesni-avx-x86_64.o
47 obj-$(CONFIG_CRYPTO_CAST5_AVX_X86_64) += cast5-avx-x86_64.o
[all …]
/Linux-v5.4/tools/testing/selftests/kvm/
D.gitignore3 /x86_64/cr4_cpuid_sync_test
4 /x86_64/evmcs_test
5 /x86_64/hyperv_cpuid
6 /x86_64/mmio_warning_test
7 /x86_64/platform_info_test
8 /x86_64/set_sregs_test
9 /x86_64/smm_test
10 /x86_64/state_test
11 /x86_64/sync_regs_test
12 /x86_64/vmx_close_while_nested_test
[all …]
DMakefile11 LIBKVM_x86_64 = lib/x86_64/processor.c lib/x86_64/vmx.c lib/x86_64/ucall.c
15 TEST_GEN_PROGS_x86_64 = x86_64/cr4_cpuid_sync_test
16 TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
17 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
18 TEST_GEN_PROGS_x86_64 += x86_64/mmio_warning_test
19 TEST_GEN_PROGS_x86_64 += x86_64/platform_info_test
20 TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test
21 TEST_GEN_PROGS_x86_64 += x86_64/smm_test
22 TEST_GEN_PROGS_x86_64 += x86_64/state_test
23 TEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test
[all …]
/Linux-v5.4/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.4/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.4/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.4/arch/x86/lib/
Dinsn.c40 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
53 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
55 if (x86_64) in insn_init()
94 if (insn->x86_64) in insn_get_prefixes()
122 if (insn->x86_64) { in insn_get_prefixes()
141 if (!insn->x86_64) { in insn_get_prefixes()
159 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
167 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
275 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
295 if (!insn->x86_64) in insn_rip_relative()
/Linux-v5.4/tools/arch/x86/lib/
Dinsn.c40 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
53 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
55 if (x86_64) in insn_init()
94 if (insn->x86_64) in insn_get_prefixes()
122 if (insn->x86_64) { in insn_get_prefixes()
141 if (!insn->x86_64) { in insn_get_prefixes()
159 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
167 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
275 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
295 if (!insn->x86_64) in insn_rip_relative()
/Linux-v5.4/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.4/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.4/tools/power/cpupower/
D.gitignore27 debug/x86_64/centrino-decode
28 debug/x86_64/powernow-k8-decode
/Linux-v5.4/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.4/arch/
D.gitignore2 x86_64
/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c75 int x86_64, sign; in arch_decode_instruction() local
80 x86_64 = is_x86_64(elf); in arch_decode_instruction()
81 if (x86_64 == -1) in arch_decode_instruction()
84 insn_init(&insn, sec->data->d_buf + offset, maxlen, x86_64); in arch_decode_instruction()
/Linux-v5.4/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.4/arch/um/
DMakefile11 ifeq ($(shell uname -m),x86_64)
34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/Linux-v5.4/tools/testing/selftests/kexec/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v5.4/samples/timers/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v5.4/tools/testing/selftests/breakpoints/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v5.4/tools/testing/selftests/intel_pstate/
DMakefile6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v5.4/tools/testing/selftests/ipc/
DMakefile8 ifeq ($(ARCH),x86_64)
/Linux-v5.4/Documentation/x86/
Dkernel-stacks.rst12 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

12345