Home
last modified time | relevance | path

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

12345

/Linux-v4.19/arch/x86/crypto/
DMakefile20 obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o
21 obj-$(CONFIG_CRYPTO_DES3_EDE_X86_64) += des3_ede-x86_64.o
22 obj-$(CONFIG_CRYPTO_CAMELLIA_X86_64) += camellia-x86_64.o
23 obj-$(CONFIG_CRYPTO_BLOWFISH_X86_64) += blowfish-x86_64.o
24 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
25 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o
26 obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) += chacha20-x86_64.o
27 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += serpent-sse2-x86_64.o
37 obj-$(CONFIG_CRYPTO_POLY1305_X86_64) += poly1305-x86_64.o
52 camellia-aesni-avx-x86_64.o
[all …]
/Linux-v4.19/Documentation/x86/x86_64/
Duefi.txt1 General note on [U]EFI x86_64 support
7 the needed bootloader support and associated tools for x86_64 platforms
12 2. Booting Linux kernel on UEFI x86_64 platform requires bootloader
13 support. Elilo with x86_64 support can be used.
15 3. x86_64 platform with EFI/UEFI firmware.
28 elilo bootloader with x86_64 support, elilo configuration file,
/Linux-v4.19/tools/perf/arch/x86/tests/
Dinsn-x86.c94 static int test_data_item(struct test_data *dat, int x86_64) in test_data_item() argument
100 insn_init(&insn, dat->data, MAX_INSN_SIZE, x86_64); in test_data_item()
117 if (intel_pt_get_insn(dat->data, MAX_INSN_SIZE, x86_64, &intel_pt_insn)) { in test_data_item()
145 static int test_data_set(struct test_data *dat_set, int x86_64) in test_data_set() argument
151 if (test_data_item(dat, x86_64)) in test_data_set()
/Linux-v4.19/arch/x86/tools/
Dinsn_decoder_test.c38 static int x86_64; variable
93 insn->length, insn->x86_64, insn->kaddr); in dump_insn()
103 x86_64 = 1; in parse_args()
106 x86_64 = 0; in parse_args()
160 insn_init(&insn, insn_buf, sizeof(insn_buf), x86_64); in main()
Dinsn_sanity.c49 static int x86_64; /* x86-64 bit mode flag */ variable
95 insn->length, insn->x86_64, insn->kaddr); in dump_insn()
185 x86_64 = 1; in parse_args()
188 x86_64 = 0; in parse_args()
257 insn_init(&insn, insn_buf, sizeof(insn_buf), x86_64); in main()
/Linux-v4.19/tools/objtool/arch/x86/lib/
Dinsn.c53 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
66 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
68 if (x86_64) in insn_init()
107 if (insn->x86_64) in insn_get_prefixes()
135 if (insn->x86_64) { in insn_get_prefixes()
154 if (!insn->x86_64) { in insn_get_prefixes()
172 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
180 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
288 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
308 if (!insn->x86_64) in insn_rip_relative()
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dinsn.c53 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
66 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
68 if (x86_64) in insn_init()
107 if (insn->x86_64) in insn_get_prefixes()
135 if (insn->x86_64) { in insn_get_prefixes()
154 if (!insn->x86_64) { in insn_get_prefixes()
172 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
180 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
288 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
308 if (!insn->x86_64) in insn_rip_relative()
Dintel-pt-insn-decoder.h53 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64,
/Linux-v4.19/arch/x86/lib/
Dinsn.c53 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
66 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
68 if (x86_64) in insn_init()
107 if (insn->x86_64) in insn_get_prefixes()
135 if (insn->x86_64) { in insn_get_prefixes()
154 if (!insn->x86_64) { in insn_get_prefixes()
172 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
180 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
288 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
308 if (!insn->x86_64) in insn_rip_relative()
/Linux-v4.19/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-v4.19/tools/power/cpupower/
D.gitignore27 debug/x86_64/centrino-decode
28 debug/x86_64/powernow-k8-decode
/Linux-v4.19/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-v4.19/crypto/
DKconfig314 tristate "AEGIS-128 AEAD algorithm (x86_64 AESNI+SSE2 implementation)"
322 tristate "AEGIS-128L AEAD algorithm (x86_64 AESNI+SSE2 implementation)"
330 tristate "AEGIS-256 AEAD algorithm (x86_64 AESNI+SSE2 implementation)"
353 tristate "MORUS-640 AEAD algorithm (x86_64 SSE2 implementation)"
376 tristate "MORUS-1280 AEAD algorithm (x86_64 SSE2 implementation)"
385 tristate "MORUS-1280 AEAD algorithm (x86_64 AVX2 implementation)"
626 For x86_64 processors with SSE4.2 and PCLMULQDQ supported,
667 tristate "Poly1305 authenticator algorithm (x86_64/SSE2/AVX2)"
675 in IETF protocols. This is the x86_64 assembler implementation using SIMD
852 tristate "SHA1 digest algorithm (x86_64 Multi-Buffer, Experimental)"
[all …]
/Linux-v4.19/arch/
D.gitignore2 x86_64
/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c87 int x86_64, sign; in arch_decode_instruction() local
92 x86_64 = is_x86_64(elf); in arch_decode_instruction()
93 if (x86_64 == -1) in arch_decode_instruction()
96 insn_init(&insn, sec->data->d_buf + offset, maxlen, x86_64); in arch_decode_instruction()
/Linux-v4.19/Documentation/x86/
Dkernel-stacks6 x86_64 page size (PAGE_SIZE) is 4K.
8 Like all other architectures, x86_64 has a kernel stack for every
34 x86_64 also has a feature which is not available on i386, the ability
37 events on x86_64. This feature is called the Interrupt Stack Table
54 NMI. arch/x86_64/kernel/entry.S::paranoidentry adjusts the stack
/Linux-v4.19/samples/timers/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v4.19/tools/testing/selftests/breakpoints/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v4.19/arch/um/
DMakefile11 ifeq ($(shell uname -m),x86_64)
36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/Linux-v4.19/tools/testing/selftests/intel_pstate/
DMakefile6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v4.19/tools/testing/selftests/ipc/
DMakefile8 ifeq ($(ARCH),x86_64)
/Linux-v4.19/tools/testing/selftests/prctl/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/kprobe/
Dmultiple_kprobes.tc10 x86_64|i[3456]86) OFFS=5;;
/Linux-v4.19/arch/x86/include/asm/
Dinsn.h65 unsigned char x86_64; member
101 extern void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64);
/Linux-v4.19/tools/objtool/arch/x86/include/asm/
Dinsn.h65 unsigned char x86_64; member
101 extern void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64);

12345