Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
DMakefile16 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 …]
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)
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)
/linux-4.1.27/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,
Dkernel-stacks3 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
Dfake-numa-for-cpusets4 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.
Dboot-options.txt8 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/
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()
/linux-4.1.27/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()
/linux-4.1.27/tools/testing/ktest/examples/
Dcrosstests.conf205 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
DREADME14 http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
/linux-4.1.27/tools/power/cpupower/
D.gitignore28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
/linux-4.1.27/arch/
D.gitignore2 x86_64
/linux-4.1.27/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);
/linux-4.1.27/crypto/
DKconfig406 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/
DMakefile11 ifeq ($(shell uname -m),x86_64)
36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/linux-4.1.27/tools/testing/selftests/breakpoints/
DMakefile7 ifeq ($(ARCH),x86_64)
/linux-4.1.27/tools/testing/selftests/ipc/
DMakefile7 ifeq ($(ARCH),x86_64)
/linux-4.1.27/tools/perf/config/
DMakefile.arch5 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
DMakefile32 LIBUNWIND_LIBS = -lunwind -lunwind-x86_64
/linux-4.1.27/arch/x86/
DMakefile5 ifeq ($(shell uname -m),x86_64)
73 UTS_MACHINE := x86_64
248 $(Q)rm -rf $(objtree)/arch/x86_64
DKconfig.debug168 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
2315 # x86_64 have no ISA slots, but can have ISA-style DMA.
/linux-4.1.27/arch/x86/um/
Dsetjmp_64.S2 # arch/x86_64/setjmp.S
/linux-4.1.27/scripts/package/
Dbuildtar76 x86|i386|x86_64)
Dbuilddeb33 x86_64)
/linux-4.1.27/Documentation/w1/masters/
Dds249056 - 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/
Dmpx.c117 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/
Duprobes.c285 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/
Dkdump.txt20 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/
Dvdso25 (As of this writing, this ABI documentation as been confirmed for x86_64.
/linux-4.1.27/lib/raid6/test/
DMakefile20 ifeq ($(ARCH),x86_64)
/linux-4.1.27/Documentation/
Drobust-futexes.txt205 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
Dinit.txt30 E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM hardware.
Dkasan.txt16 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
Dcpu-hotplug.txt12 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
Dkprobes.txt60 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
DDMA-ISA-LPC.txt60 Note: x86_64 had a broken DMA API when it came to ISA but has since
Dlocal_ops.txt42 i386 and x86_64) and any SMP synchronization barrier. If the architecture does
Ddebugging-via-ohci1394.txt60 it from PowerPC to x86 and x86_64 and added functionality, firescope can now
Dmemory-hotplug.txt31 Note(1): x86_64's has special implementation for memory hotplug.
203 On x86_64/ia64 platform, memory hotplug by ACPI is supported.
Dstatic-keys.txt166 5) Static keys / jump label analysis, results (x86_64):
Dintel_txt.txt178 This code works with 32bit, 32bit PAE, and 64bit (x86_64) kernels.
D00-INDEX478 x86/x86_64/
Dkernel-parameters.txt132 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):
Dmemory-barriers.txt2543 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/
Dfilter.txt465 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/
Dhrtimers.txt168 i386, x86_64, ARM, PPC, PPC64, IA64
172 i386(UP/SMP), x86_64(UP/SMP), ARM, PPC
Dhighres.txt243 extended to x86_64 and ARM already. Initial (work in progress) support is also
/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c1131 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()
Dcommon.h202 struct blkif_x86_64_back_ring x86_64; member
Dxenbus.c234 BACK_RING_INIT(&blkif->blk_rings.x86_64, sring_x86_64, PAGE_SIZE); in xen_blkif_map()
/linux-4.1.27/Documentation/scsi/
DChangeLog.arcmsr8 ** 1.10.00.08 9/28/2004 Erich Chen modify for x86_64
DChangeLog.megaraid22 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/
Dperf-trace.txt157 …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/
DHOWTO322 ftp.firstfloor.org:/pub/ak/x86_64/quilt/
/linux-4.1.27/firmware/
DMakefile179 include/config/x86_32.h include/config/x86_64.h)
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt94 x86: i386 for 32 bit, x86_64 for 64 bit
/linux-4.1.27/Documentation/trace/
Dmmiotrace.txt14 the Nouveau project as the first real user. Only x86 and x86_64 architectures
/linux-4.1.27/
DMakefile225 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/
Dnet.txt39 Currently supported on x86_64 architecture, bpf_jit provides a framework
Dvm.txt84 On x86_64 this is about 8MB.
88 On x86_64 this is about 128MB.
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt57 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/
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)...
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt154 x86_64 (AMD) only table, will not be supported.
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt79 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/
Dproc.txt675 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/
DKconfig543 # X86 (i386 + ia64 + x86_64) Architecture
/linux-4.1.27/init/
DKconfig173 filter (i386, x86_64, ARM, IA-64, PowerPC, and SPARC), XZ