Home
last modified time | relevance | path

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

/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
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-ssse3-asm.S2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64)
Dsha256-avx-asm.S2 # Implement fast SHA-256 with AVX1 instructions. (x86_64)
Dsha256-avx2-asm.S2 # Implement fast SHA-256 with AVX2 instructions. (x86_64)
Dsha512-avx2-asm.S2 # Implement fast SHA-512 with AVX2 instructions. (x86_64)
/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()
/arch/x86/lib/
Dinsn.c45 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
58 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
60 if (x86_64) in insn_init()
135 if (insn->x86_64) in insn_get_prefixes()
163 if (insn->x86_64) { in insn_get_prefixes()
182 if (!insn->x86_64) { in insn_get_prefixes()
200 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
208 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
349 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
372 if (!insn->x86_64) in insn_rip_relative()
Dinsn-eval.c449 if (IS_ENABLED(CONFIG_X86_64) && !insn->x86_64) in get_reg_offset()
/arch/
D.gitignore3 x86_64
/arch/um/
DMakefile11 ifeq ($(shell uname -m),x86_64)
34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/arch/x86/kernel/
Dumip.c206 unsigned char *data, int *data_size, bool x86_64) in emulate_umip_insn() argument
238 if (x86_64) in emulate_umip_insn()
Duprobes.c277 static int uprobe_init_insn(struct arch_uprobe *auprobe, struct insn *insn, bool x86_64) in uprobe_init_insn() argument
281 insn_init(insn, auprobe->insn, sizeof(auprobe->insn), x86_64); in uprobe_init_insn()
294 if (x86_64) in uprobe_init_insn()
/arch/x86/include/asm/
Dinsn.h53 unsigned char x86_64; member
89 extern void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64);
/arch/x86/
DMakefile6 ifeq ($(shell uname -m),x86_64)
92 UTS_MACHINE := x86_64
314 $(Q)rm -rf $(objtree)/arch/x86_64
DKconfig.debug110 options. See Documentation/x86/x86_64/boot-options.rst for more
DKconfig7 Say yes to build a 64-bit kernel - formerly known as x86_64
45 only need to keep it around for x86_64. No need to keep it
384 default $(success,$(srctree)/scripts/gcc-x86_64-has-stack-protector.sh $(CC)) if 64BIT
1499 See Documentation/x86/x86_64/5level-paging.rst for more
2789 # x86_64 have no ISA slots, but can have ISA-style DMA.
2973 # llvm-objcopy does not convert x86_64 .note.gnu.property or
/arch/x86/um/
Dsetjmp_64.S3 # arch/x86_64/setjmp.S
/arch/x86/entry/syscalls/
Dsyscall_64.tbl369 # in x32 as compared to native x86_64. These syscalls have numbers 512-547.