Searched refs:x86_64 (Results 1 – 23 of 23) sorted by relevance
/arch/x86/crypto/ |
D | Makefile | 7 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o 8 twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_glue.o 9 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o 10 twofish-x86_64-3way-y := twofish-x86_64-asm_64-3way.o twofish_glue_3way.o 11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o 12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o 16 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += serpent-sse2-x86_64.o 17 serpent-sse2-x86_64-y := serpent-sse2-x86_64-asm_64.o serpent_sse2_glue.o 18 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o 19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o [all …]
|
D | Kconfig | 13 Architecture: x86_64 using: 42 Architecture: x86_64 53 Architecture: x86_64 65 Architecture: x86_64 using: 76 Architecture: x86_64 using: 92 Architecture: x86_64 using: 110 Architecture: x86_64 using: 125 Architecture: x86_64 140 Architecture: x86_64 using: 173 Architecture: x86_64 using: [all …]
|
D | .gitignore | 2 poly1305-x86_64-cryptogams.S
|
D | sha512-avx-asm.S | 2 # Implement fast SHA-512 with AVX instructions. (x86_64)
|
D | sha512-ssse3-asm.S | 2 # Implement fast SHA-512 with SSSE3 instructions. (x86_64)
|
D | sha256-avx-asm.S | 2 # Implement fast SHA-256 with AVX1 instructions. (x86_64)
|
D | sha256-ssse3-asm.S | 2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64)
|
D | sha256-avx2-asm.S | 2 # Implement fast SHA-256 with AVX2 instructions. (x86_64)
|
D | sha512-avx2-asm.S | 2 # Implement fast SHA-512 with AVX2 instructions. (x86_64)
|
/arch/x86/tools/ |
D | insn_decoder_test.c | 30 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() 154 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in main()
|
D | insn_sanity.c | 32 static int x86_64; /* x86-64 bit mode flag */ variable 78 insn->length, insn->x86_64, insn->kaddr); in dump_insn() 168 x86_64 = 1; in parse_args() 171 x86_64 = 0; in parse_args() 241 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in main()
|
/arch/x86/lib/ |
D | insn.c | 61 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument 74 insn->x86_64 = x86_64 ? 1 : 0; in insn_init() 76 if (x86_64) in insn_init() 151 if (insn->x86_64) in insn_get_prefixes() 179 if (insn->x86_64) { in insn_get_prefixes() 197 if (!insn->x86_64) { in insn_get_prefixes() 215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 223 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 363 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm() 386 if (!insn->x86_64) in insn_rip_relative()
|
D | insn-eval.c | 456 if (IS_ENABLED(CONFIG_X86_64) && !insn->x86_64) in get_regno()
|
/arch/ |
D | .gitignore | 3 /x86_64/
|
/arch/um/ |
D | Makefile | 11 ifeq ($(shell uname -m),x86_64) 29 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
|
/arch/x86/kernel/ |
D | umip.c | 206 unsigned char *data, int *data_size, bool x86_64) in emulate_umip_insn() argument 238 if (x86_64) in emulate_umip_insn()
|
D | uprobes.c | 277 static int uprobe_init_insn(struct arch_uprobe *auprobe, struct insn *insn, bool x86_64) in uprobe_init_insn() argument 279 enum insn_mode m = x86_64 ? INSN_MODE_64 : INSN_MODE_32; in uprobe_init_insn() 294 if (x86_64) in uprobe_init_insn()
|
/arch/x86/include/asm/ |
D | insn.h | 98 unsigned char x86_64; member 134 extern void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64);
|
/arch/x86/um/ |
D | setjmp_64.S | 3 # arch/x86_64/setjmp.S
|
/arch/x86/ |
D | Makefile | 123 UTS_MACHINE := x86_64 326 $(Q)rm -rf $(objtree)/arch/x86_64
|
D | Kconfig.debug | 100 options. See Documentation/arch/x86/x86_64/boot-options.rst for more
|
D | Kconfig | 7 Say yes to build a 64-bit kernel - formerly known as x86_64 48 only need to keep it around for x86_64. No need to keep it 414 …default $(success,$(srctree)/scripts/gcc-x86_64-has-stack-protector.sh $(CC) $(CLANG_FLAGS)) if 64… 1476 See Documentation/arch/x86/x86_64/5level-paging.rst for more 2824 # 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/entry/syscalls/ |
D | syscall_64.tbl | 382 # in x32 as compared to native x86_64. These syscalls have numbers 512-547.
|