Home
last modified time | relevance | path

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

/arch/x86/crypto/
DMakefile18 obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o
19 obj-$(CONFIG_CRYPTO_DES3_EDE_X86_64) += des3_ede-x86_64.o
20 obj-$(CONFIG_CRYPTO_CAMELLIA_X86_64) += camellia-x86_64.o
21 obj-$(CONFIG_CRYPTO_BLOWFISH_X86_64) += blowfish-x86_64.o
22 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
23 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o
24 obj-$(CONFIG_CRYPTO_SALSA20_X86_64) += salsa20-x86_64.o
25 obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) += chacha20-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
[all …]
Dsha512-avx-asm.S2 # Implement fast SHA-512 with AVX instructions. (x86_64)
Dsha512-ssse3-asm.S2 # Implement fast SHA-512 with SSSE3 instructions. (x86_64)
Dsha256-avx-asm.S2 # Implement fast SHA-256 with AVX1 instructions. (x86_64)
Dsha256-ssse3-asm.S2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64)
Dsha512-avx2-asm.S2 # Implement fast SHA-512 with AVX2 instructions. (x86_64)
Dsha256-avx2-asm.S2 # Implement fast SHA-256 with AVX2 instructions. (x86_64)
/arch/x86/tools/
Dtest_get_len.c41 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_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()
/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()
170 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
276 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
296 if (!insn->x86_64) in insn_rip_relative()
/arch/
D.gitignore2 x86_64
/arch/um/
DMakefile11 ifeq ($(shell uname -m),x86_64)
36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/arch/x86/include/asm/
Dinsn.h65 unsigned char x86_64; member
100 extern void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64);
/arch/x86/um/
Dsetjmp_64.S2 # arch/x86_64/setjmp.S
/arch/x86/
DMakefile5 ifeq ($(shell uname -m),x86_64)
101 UTS_MACHINE := x86_64
311 $(Q)rm -rf $(objtree)/arch/x86_64
DKconfig.debug189 options. See Documentation/x86/x86_64/boot-options.txt for more
DKconfig6 Say yes to build a 64-bit kernel - formerly known as x86_64
2481 # x86_64 have no ISA slots, but can have ISA-style DMA.
/arch/x86/kernel/
Duprobes.c287 static int uprobe_init_insn(struct arch_uprobe *auprobe, struct insn *insn, bool x86_64) in uprobe_init_insn() argument
291 insn_init(insn, auprobe->insn, sizeof(auprobe->insn), x86_64); in uprobe_init_insn()
304 if (x86_64) in uprobe_init_insn()
/arch/x86/mm/
Dmpx.c98 if (IS_ENABLED(CONFIG_X86_64) && !insn->x86_64) in get_reg_offset()
183 int x86_64 = !test_thread_flag(TIF_IA32); in mpx_insn_decode() local
196 insn_init(insn, buf, nr_copied, x86_64); in mpx_insn_decode()
/arch/arm/crypto/
Daesbs-core.S_shipped17 @ This implementation is direct adaptation of bsaes-x86_64 module for
35 @ When comparing to x86_64 results keep in mind that NEON unit is
39 @ bsaes-x86_64.pl for further details)...