/linux-4.1.27/arch/x86/crypto/ |
D | Makefile | 16 obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o 17 obj-$(CONFIG_CRYPTO_DES3_EDE_X86_64) += des3_ede-x86_64.o 18 obj-$(CONFIG_CRYPTO_CAMELLIA_X86_64) += camellia-x86_64.o 19 obj-$(CONFIG_CRYPTO_BLOWFISH_X86_64) += blowfish-x86_64.o 20 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o 21 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o 22 obj-$(CONFIG_CRYPTO_SALSA20_X86_64) += salsa20-x86_64.o 23 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += serpent-sse2-x86_64.o 37 camellia-aesni-avx-x86_64.o 38 obj-$(CONFIG_CRYPTO_CAST5_AVX_X86_64) += cast5-avx-x86_64.o [all …]
|
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)
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | uefi.txt | 1 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,
|
D | kernel-stacks | 3 x86_64 page size (PAGE_SIZE) is 4K. 5 Like all other architectures, x86_64 has a kernel stack for every 31 x86_64 also has a feature which is not available on i386, the ability 34 events on x86_64. This feature is called the Interrupt Stack Table 51 NMI. arch/x86_64/kernel/entry.S::paranoidentry adjusts the stack
|
D | fake-numa-for-cpusets | 4 This document describes how the numa=fake x86_64 command-line option can be used 14 configuring fake nodes, see Documentation/x86/x86_64/boot-options.txt.
|
D | boot-options.txt | 8 Please see Documentation/x86/x86_64/machinecheck for sysfs runtime tunables. 186 1. <arch/x86_64/kernel/pci-nommu.c>: use no hardware/software IOMMU at all 193 3. <arch/x86_64/kernel/pci-swiotlb.c> : Software IOMMU implementation. Used 199 4. <arch/x86_64/pci-calgary.c> : IBM Calgary hardware IOMMU. Used in IBM
|
/linux-4.1.27/arch/x86/tools/ |
D | test_get_len.c | 41 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()
|
D | insn_sanity.c | 49 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-4.1.27/arch/x86/lib/ |
D | insn.c | 53 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()
|
/linux-4.1.27/tools/testing/ktest/examples/ |
D | crosstests.conf | 205 MAKE_CMD = make ARCH=um SUBARCH=x86_64 214 TEST_START IF ${RUN} == x86 || ${RUN} == x86_64 || ${DO_DEFAULT} 215 MAKE_CMD = make ARCH=x86_64 216 ARCH = x86_64
|
D | README | 14 http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
|
/linux-4.1.27/tools/power/cpupower/ |
D | .gitignore | 28 debug/x86_64/centrino-decode 29 debug/x86_64/powernow-k8-decode
|
/linux-4.1.27/arch/ |
D | .gitignore | 2 x86_64
|
/linux-4.1.27/arch/x86/include/asm/ |
D | insn.h | 65 unsigned char x86_64; member 100 extern void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64);
|
/linux-4.1.27/crypto/ |
D | Kconfig | 406 For x86_64 processors with SSE4.2 and PCLMULQDQ supported, 590 tristate "SHA1 digest algorithm (x86_64 Multi-Buffer, Experimental)" 752 tristate "AES cipher algorithms (x86_64)" 898 tristate "Blowfish cipher algorithm (x86_64)" 903 Blowfish cipher algorithm (x86_64), by Bruce Schneier. 928 tristate "Camellia cipher algorithm (x86_64)" 936 Camellia cipher algorithm module (x86_64). 947 tristate "Camellia cipher algorithm (x86_64/AES-NI/AVX)" 958 Camellia cipher algorithm module (x86_64/AES-NI/AVX). 969 tristate "Camellia cipher algorithm (x86_64/AES-NI/AVX2)" [all …]
|
/linux-4.1.27/arch/um/ |
D | Makefile | 11 ifeq ($(shell uname -m),x86_64) 36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
|
/linux-4.1.27/tools/testing/selftests/breakpoints/ |
D | Makefile | 7 ifeq ($(ARCH),x86_64)
|
/linux-4.1.27/tools/testing/selftests/ipc/ |
D | Makefile | 7 ifeq ($(ARCH),x86_64)
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile.arch | 5 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
|
D | Makefile | 32 LIBUNWIND_LIBS = -lunwind -lunwind-x86_64
|
/linux-4.1.27/arch/x86/ |
D | Makefile | 5 ifeq ($(shell uname -m),x86_64) 73 UTS_MACHINE := x86_64 248 $(Q)rm -rf $(objtree)/arch/x86_64
|
D | Kconfig.debug | 168 options. See Documentation/x86/x86_64/boot-options.txt for more
|
D | Kconfig | 6 Say yes to build a 64-bit kernel - formerly known as x86_64 2315 # x86_64 have no ISA slots, but can have ISA-style DMA.
|
/linux-4.1.27/arch/x86/um/ |
D | setjmp_64.S | 2 # arch/x86_64/setjmp.S
|
/linux-4.1.27/scripts/package/ |
D | buildtar | 76 x86|i386|x86_64)
|
D | builddeb | 33 x86_64)
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2490 | 56 - Running x86_64 2.6.24 UHCI under qemu 0.9.0 under x86_64 2.6.22-rc6
|
/linux-4.1.27/arch/x86/mm/ |
D | mpx.c | 117 if (IS_ENABLED(CONFIG_X86_64) && !insn->x86_64) in get_reg_offset() 202 int x86_64 = !test_thread_flag(TIF_IA32); in mpx_insn_decode() local 215 insn_init(insn, buf, nr_copied, x86_64); in mpx_insn_decode()
|
/linux-4.1.27/arch/x86/kernel/ |
D | uprobes.c | 285 static int uprobe_init_insn(struct arch_uprobe *auprobe, struct insn *insn, bool x86_64) in uprobe_init_insn() argument 289 insn_init(insn, auprobe->insn, sizeof(auprobe->insn), x86_64); in uprobe_init_insn() 298 if (x86_64) in uprobe_init_insn()
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 20 Kdump and kexec are currently supported on the x86, x86_64, ppc64, ia64, 115 of today, i386, x86_64, ppc64, ia64 and arm architectures support relocatable 166 Dump-capture kernel config options (Arch Dependent, i386 and x86_64) 176 2) On i386 and x86_64, disable symmetric multi-processing support 297 On x86 and x86_64, use "crashkernel=64M@16M". 326 For i386 and x86_64: 368 For i386, x86_64 and ia64:
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | vdso | 25 (As of this writing, this ABI documentation as been confirmed for x86_64.
|
/linux-4.1.27/lib/raid6/test/ |
D | Makefile | 20 ifeq ($(ARCH),x86_64)
|
/linux-4.1.27/Documentation/ |
D | robust-futexes.txt | 205 i've tested the new syscalls on x86 and x86_64, and have made sure the 209 i386 and x86_64 syscalls are wired up at the moment, and Ulrich has 210 tested the new glibc code (on x86_64 and i386), and it works for his
|
D | init.txt | 30 E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM hardware.
|
D | kasan.txt | 16 Currently KASan is supported only for x86_64 architecture and requires that the 150 (e.g. 16TB to cover 128TB on x86_64) and uses direct mapping with a scale and
|
D | cpu-hotplug.txt | 12 ia64/x86_64: 69 possible_cpus=n [s390,x86_64] use this to set hotpluggable cpus. 85 in x86_64 case to keep this under check. 139 i386 (Intel), ppc, ppc64, parisc, s390, ia64 and x86_64
|
D | kprobes.txt | 60 with a breakpoint instruction (e.g., int3 on i386 and x86_64). 296 - x86_64 (AMD-64, EM64T) (Supports jump optimization) 364 4. With CISC architectures (such as i386 and x86_64), the kprobes code 586 on the x86_64 version of __switch_to(); the registration functions 638 x86_64: AMD Opteron 246, 1994 MHz, 3971.48 bogomips
|
D | DMA-ISA-LPC.txt | 60 Note: x86_64 had a broken DMA API when it came to ISA but has since
|
D | local_ops.txt | 42 i386 and x86_64) and any SMP synchronization barrier. If the architecture does
|
D | debugging-via-ohci1394.txt | 60 it from PowerPC to x86 and x86_64 and added functionality, firescope can now
|
D | memory-hotplug.txt | 31 Note(1): x86_64's has special implementation for memory hotplug. 203 On x86_64/ia64 platform, memory hotplug by ACPI is supported.
|
D | static-keys.txt | 166 5) Static keys / jump label analysis, results (x86_64):
|
D | intel_txt.txt | 178 This code works with 32bit, 32bit PAE, and 64bit (x86_64) kernels.
|
D | 00-INDEX | 478 x86/x86_64/
|
D | kernel-parameters.txt | 132 Documentation/x86/x86_64/boot-options.txt . 148 See for example <Documentation/x86/x86_64/boot-options.txt>. 769 [KNL, x86_64] range could be above 4G. Allow kernel 776 [KNL, x86_64] range under 4G. When crashkernel=X,high 1477 forcedac [x86_64] 1956 mce=option [X86-64] See Documentation/x86/x86_64/boot-options.txt 3212 Format (x86 or x86_64):
|
D | memory-barriers.txt | 2543 that's primarily a CPU-specific concept. The i386 and x86_64 processors do 2548 CPUs as i386 and x86_64 - readily maps to the CPU's concept of I/O 2610 (such as i386 or x86_64) are more constrained than others (such as powerpc or
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 465 The Linux kernel has a built-in BPF JIT compiler for x86_64, SPARC, PowerPC, 612 function. Natively, x86_64 passes first 6 arguments in registers, aarch64/ 613 sparcv9/mips64 have 7 - 8 registers for arguments; x86_64 has 6 callee saved 623 Thus, all eBPF registers map one to one to HW registers on x86_64, aarch64, 640 That behavior maps directly to x86_64 and arm64 subregister definition, but 684 GCC can compile f1, f3 into x86_64: 714 example, x86_64 JIT compiler can map them as ... 728 ... since x86_64 ABI mandates rdi, rsi, rdx, rcx, r8, r9 for argument passing 749 After JIT to x86_64 may look like:
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 168 i386, x86_64, ARM, PPC, PPC64, IA64 172 i386(UP/SMP), x86_64(UP/SMP), ARM, PPC
|
D | highres.txt | 243 extended to x86_64 and ARM already. Initial (work in progress) support is also
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | blkback.c | 1131 blkif_get_x86_64_req(&req, RING_GET_REQUEST(&blk_rings->x86_64, rc)); in __do_block_io_op() 1421 memcpy(RING_GET_RESPONSE(&blk_rings->x86_64, blk_rings->x86_64.rsp_prod_pvt), in make_response()
|
D | common.h | 202 struct blkif_x86_64_back_ring x86_64; member
|
D | xenbus.c | 234 BACK_RING_INIT(&blkif->blk_rings.x86_64, sring_x86_64, PAGE_SIZE); in xen_blkif_map()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 8 ** 1.10.00.08 9/28/2004 Erich Chen modify for x86_64
|
D | ChangeLog.megaraid | 22 Customer reported "garbage in file on x86_64 platform". 258 (compile tested for sh, x86_64 and x86, boot/run
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-trace.txt | 157 …1416.547 ( 0.000 ms): python/20235 majfault [CRYPTO_push_info_+0x0] => /lib/x86_64-linux-gnu/libcr…
|
/linux-4.1.27/Documentation/zh_CN/ |
D | HOWTO | 322 ftp.firstfloor.org:/pub/ak/x86_64/quilt/
|
/linux-4.1.27/firmware/ |
D | Makefile | 179 include/config/x86_32.h include/config/x86_64.h)
|
/linux-4.1.27/Documentation/kbuild/ |
D | kbuild.txt | 94 x86: i386 for 32 bit, x86_64 for 64 bit
|
/linux-4.1.27/Documentation/trace/ |
D | mmiotrace.txt | 14 the Nouveau project as the first real user. Only x86 and x86_64 architectures
|
/linux-4.1.27/ |
D | Makefile | 225 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ 263 ifeq ($(ARCH),x86_64)
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 39 Currently supported on x86_64 architecture, bpf_jit provides a framework
|
D | vm.txt | 84 On x86_64 this is about 8MB. 88 On x86_64 this is about 128MB.
|
/linux-4.1.27/Documentation/vm/ |
D | unevictable-lru.txt | 57 memory x86_64 systems. 59 To illustrate this with an example, a non-NUMA x86_64 platform with 128GB of
|
/linux-4.1.27/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 17 @ 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)...
|
/linux-4.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 154 x86_64 (AMD) only table, will not be supported.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 79 x86 includes both i386 and x86_64. 3304 x86 includes both i386 and x86_64. 3490 x86 includes both i386 and x86_64.
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 675 the threshold vector does not exist on x86_64 platforms. Others are 677 i386 and x86_64 platforms support the new IRQ vector displays.
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 543 # X86 (i386 + ia64 + x86_64) Architecture
|
/linux-4.1.27/init/ |
D | Kconfig | 173 filter (i386, x86_64, ARM, IA-64, PowerPC, and SPARC), XZ
|