Searched refs:x86_64 (Results 1 - 183 of 183) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A 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
39 obj-$(CONFIG_CRYPTO_CAST6_AVX_X86_64) += cast6-avx-x86_64.o
40 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o
41 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o
56 aes-x86_64-y := aes-x86_64-asm_64.o aes_glue.o
57 des3_ede-x86_64-y := des3_ede-asm_64.o des3_ede_glue.o
58 camellia-x86_64-y := camellia-x86_64-asm_64.o camellia_glue.o
59 blowfish-x86_64-y := blowfish-x86_64-asm_64.o blowfish_glue.o
60 twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_glue.o
61 twofish-x86_64-3way-y := twofish-x86_64-asm_64-3way.o twofish_glue_3way.o
62 salsa20-x86_64-y := salsa20-x86_64-asm_64.o salsa20_glue.o
63 serpent-sse2-x86_64-y := serpent-sse2-x86_64-asm_64.o serpent_sse2_glue.o
66 camellia-aesni-avx-x86_64-y := camellia-aesni-avx-asm_64.o \
68 cast5-avx-x86_64-y := cast5-avx-x86_64-asm_64.o cast5_avx_glue.o
69 cast6-avx-x86_64-y := cast6-avx-x86_64-asm_64.o cast6_avx_glue.o
70 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o \
72 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o \
82 aesni-intel-$(CONFIG_64BIT) += aesni-intel_avx-x86_64.o aes_ctrby8_avx-x86_64.o
H A Dblowfish_glue.c444 * On Pentium 4, blowfish-x86_64 is slower than generic C is_blacklisted_cpu()
462 "blowfish-x86_64: performance on this CPU " init()
464 "blowfish-x86_64.\n"); init()
H A Ddes3_ede_glue.c471 * On Pentium 4, des3_ede-x86_64 is slower than generic C is_blacklisted_cpu()
488 pr_info("des3_ede-x86_64: performance on this CPU would be suboptimal: disabling des3_ede-x86_64.\n"); des3_ede_x86_init()
H A Dsalsa20_glue.c11 * - x86-64 version, renamed as salsa20-x86_64-asm_64.S
H A Dblowfish-x86_64-asm_64.S2 * Blowfish Cipher Algorithm (x86_64)
25 .file "blowfish-x86_64-asm.S"
H A Dtwofish-x86_64-asm_64-3way.S2 * Twofish Cipher 3-way parallel algorithm (x86_64)
25 .file "twofish-x86_64-asm-3way.S"
H A Daes-x86_64-asm_64.S1 /* AES (Rijndael) implementation (FIPS PUB 197) for x86_64
H A Dcamellia-x86_64-asm_64.S2 * Camellia Cipher Algorithm (x86_64)
25 .file "camellia-x86_64-asm_64.S"
H A Dcast6-avx-x86_64-asm_64.S2 * Cast6 Cipher 8-way parallel algorithm (AVX/x86_64)
29 .file "cast6-avx-x86_64-asm_64.S"
H A Dtwofish-avx-x86_64-asm_64.S2 * Twofish Cipher 8-way parallel algorithm (AVX/x86_64)
29 .file "twofish-avx-x86_64-asm_64.S"
H A Dtwofish_glue_3way.c479 "twofish-x86_64-3way: performance on this CPU " init()
481 "twofish-x86_64-3way.\n"); init()
H A Dcast5-avx-x86_64-asm_64.S2 * Cast5 Cipher 16-way parallel algorithm (AVX/x86_64)
28 .file "cast5-avx-x86_64-asm_64.S"
H A Dcamellia_aesni_avx_glue.c2 * Glue Code for x86_64/AVX/AES-NI assembler optimized version of Camellia
H A Dserpent_avx2_glue.c2 * Glue Code for x86_64/AVX2 assembler optimized version of Serpent
H A Dtwofish-x86_64-asm_64.S20 .file "twofish-x86_64-asm.S"
H A Daes_ctrby8_avx-x86_64.S2 * Implement AES CTR mode by8 optimization with AVX instructions. (x86_64)
H A Dcamellia_aesni_avx2_glue.c2 * Glue Code for x86_64/AVX2/AES-NI assembler optimized version of Camellia
H A Dcrc32c-pcl-intel-asm_64.S2 * Implement fast CRC32C with PCLMULQDQ instructions. (x86_64)
H A Dsha1_avx2_x86_64_asm.S2 * Implement fast SHA-1 with AVX2 instructions. (x86_64)
H A Dsha256-avx-asm.S2 # Implement fast SHA-256 with AVX1 instructions. (x86_64)
H A Dsha256-ssse3-asm.S2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64)
H A Dsha512-avx-asm.S2 # Implement fast SHA-512 with AVX instructions. (x86_64)
H A Dsha512-ssse3-asm.S2 # Implement fast SHA-512 with SSSE3 instructions. (x86_64)
H A Dserpent-avx-x86_64-asm_64.S2 * Serpent Cipher 8-way parallel algorithm (x86_64/AVX)
29 .file "serpent-avx-x86_64-asm_64.S"
H A Dserpent-sse2-x86_64-asm_64.S2 * Serpent Cipher 8-way parallel algorithm (x86_64/SSE2)
29 .file "serpent-sse2-x86_64-asm_64.S"
H A Dsha256-avx2-asm.S2 # Implement fast SHA-256 with AVX2 instructions. (x86_64)
H A Dsha512-avx2-asm.S2 # Implement fast SHA-512 with AVX2 instructions. (x86_64)
H A Dcamellia_glue.c1709 "camellia-x86_64: performance on this CPU " init()
1711 "camellia-x86_64.\n"); init()
H A Dcamellia-aesni-avx-asm_64.S2 * x86_64/AVX/AES-NI assembler implementation of Camellia
H A Dserpent-avx2-asm_64.S2 * x86_64/AVX2 assembler optimized version of Serpent
H A Dcamellia-aesni-avx2-asm_64.S2 * x86_64/AVX2/AES-NI assembler implementation of Camellia
H A Daesni-intel_asm.S23 * Ported x86_64 version to x86:
/linux-4.1.27/arch/x86/um/asm/
H A Drequired-features.h5 * Nothing to see, just need something for the i386 and x86_64 asm
H A Delf.h101 /* x86-64 relocation types, taken from asm-x86_64/elf.h */
179 #define ELF_PLATFORM "x86_64"
/linux-4.1.27/arch/x86/tools/
H A Drelocs_64.c6 #define ELF_MACHINE_NAME "x86_64"
H A Dtest_get_len.c41 static int x86_64; variable
84 fprintf(fp, "\t.length = %d, .x86_64 = %d, .kaddr = %p}\n", dump_insn()
85 insn->length, insn->x86_64, insn->kaddr); dump_insn()
95 x86_64 = 1; parse_args()
98 x86_64 = 0; parse_args()
152 insn_init(&insn, insn_buf, sizeof(insn_buf), x86_64); main()
H A Dinsn_sanity.c49 static int x86_64; /* x86-64 bit mode flag */ variable
94 fprintf(fp, "\t.length = %d, .x86_64 = %d, .kaddr = %p}\n", dump_insn()
95 insn->length, insn->x86_64, insn->kaddr); dump_insn()
185 x86_64 = 1; parse_args()
188 x86_64 = 0; parse_args()
257 insn_init(&insn, insn_buf, sizeof(insn_buf), x86_64); main()
H A Drelocs.c678 * The .data..percpu section is a special case for x86_64 SMP kernels.
/linux-4.1.27/arch/x86/um/
H A Dksyms.c6 /*XXX: we need them because they would be exported by x86_64 */
H A Dsetjmp_64.S2 # arch/x86_64/setjmp.S
H A Dsys_call_table_64.c23 * The UML TLS problem. Note that x86_64 does not implement this, so the below
H A Dtls_32.c371 * This code is really i386-only, but it detects and logs x86_64 GDT indexes
385 printk(KERN_CONT "x86_64"); __setup_host_supports_tls()
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dstatfs.h7 * the x86_64 ABI will.
/linux-4.1.27/arch/x86/um/shared/sysdep/
H A Darchsetjmp_64.h2 * arch/um/include/sysdep-x86_64/archsetjmp.h
H A Dptrace_user.h19 * x86_64 FC3 doesn't define this in /usr/include/linux/ptrace.h even though
H A Dptrace_64.h29 /* Also defined in asm/ptrace-x86_64.h, but not in libc headers. So, these
34 * which is what x86_64 ptrace actually uses.
/linux-4.1.27/include/xen/interface/io/
H A Dprotocols.h5 #define XEN_IO_PROTO_ABI_X86_64 "x86_64-abi"
/linux-4.1.27/tools/testing/selftests/breakpoints/
H A DMakefile7 ifeq ($(ARCH),x86_64)
/linux-4.1.27/tools/testing/selftests/ipc/
H A DMakefile7 ifeq ($(ARCH),x86_64)
/linux-4.1.27/arch/x86/um/os-Linux/
H A Dtls.c20 * i386 host have it == 6; x86_64 host have it == 12, for i386 emulation. */ check_host_supports_tls()
23 /* Values for x86 and x86_64.*/ check_host_supports_tls()
/linux-4.1.27/include/uapi/linux/
H A Deventpoll.h51 * UML/x86_64 needs the same packing as x86_64
H A Dedd.h12 * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch
15 * In arch/{i386,x86_64}/kernel/setup.c, this information is
/linux-4.1.27/include/linux/
H A Dedd.h12 * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch
15 * In arch/{i386,x86_64}/kernel/setup.c, this information is
H A Dpercpu.h48 * both defconfig and a distro config on x86_64 and 32. More
H A Dseqlock.h31 * Based on x86_64 vsyscall gettimeofday
H A Dmmzone.h291 * i386, x86_64 and multiple other arches
298 * x86_64 needs two ZONE_DMAs because it supports devices that are
/linux-4.1.27/arch/x86/lib/
H A Dinsn.c51 * @x86_64: !0 for 64-bit kernel or 64-bit app
53 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) insn_init() argument
66 insn->x86_64 = x86_64 ? 1 : 0; insn_init()
68 if (x86_64) insn_init()
107 if (insn->x86_64) insn_get_prefixes()
135 if (insn->x86_64) { insn_get_prefixes()
154 if (!insn->x86_64) { insn_get_prefixes()
170 if (insn->x86_64 && X86_VEX_W(b2)) insn_get_prefixes()
276 if (insn->x86_64 && inat_is_force64(insn->attr)) insn_get_modrm()
290 * ModRM byte. No effect if @insn->x86_64 is 0.
296 if (!insn->x86_64) insn_rip_relative()
H A Dcsum-partial_64.c2 * arch/x86_64/lib/csum-partial.c
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_wc_x86_64.c36 * This file is conditionally built on x86_64 only. Otherwise weak symbol
50 * This routine is x86_64-specific; it twiddles the CPU's MTRRs to enable
142 * or AMD x86_64 processor. AMD x86_64 processors flush WC buffers out in
/linux-4.1.27/arch/x86/include/asm/
H A Dstackprotector.h8 * On x86_64, the offset is 40 bytes and on x86_32 20 bytes. x86_64
12 * On x86_64, %gs is shared by percpu area and stack canary. All
19 * On x86_32, it's slightly more complicated. As in x86_64, %gs is
H A Dmutex_64.h116 * x86_64, because all x86_64 CPUs have a CMPXCHG instruction.]
H A Dpage_64_types.h42 /* See Documentation/x86/x86_64/mm.txt for a description of the memory map. */
H A Dpgtable_64_types.h55 /* See Documentation/x86/x86_64/mm.txt for a description of the memory map. */
H A Dftrace.h51 * Because ia32 syscalls do not map to x86_64 syscall numbers
H A Dfixmap.h11 * x86_32 and x86_64 integration by Gustavo F. Padovan, February 2009
31 * We can't declare FIXADDR_TOP as variable for x86_64 because vsyscall
H A Ddesc_defs.h6 * Segment descriptor structure definitions, usable from both x86_64 and i386
H A Dsetup.h33 /* Interrupt control for vSMPowered x86_64 systems */
H A Dirqflags.h126 * have a reliable stack. x86_64 only.
H A Dmsr.h43 * both i386 and x86_64 returns 64-bit value in edx:eax, but gcc's "A"
45 * edx:eax, while for x86_64 it doesn't mean rdx:rax or edx:eax. Instead,
H A Dinsn.h65 unsigned char x86_64; member in struct:insn
100 extern void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64);
H A Dparavirt_types.h449 * %rdx, and %rcx. Note that for this reason, x86_64 does not need any
451 * However, x86_64 also have to clobber all caller saved registers, which
475 * 64-bit). For x86_64 machines, it just returns at %rax regardless of
651 /* This is the only difference in x86_64. We can make it much simpler */
H A Drwsem.h195 * 0xZZZZZZZZ00000001 -> 0xYYYYYYYY00000001 (x86_64) __downgrade_write()
H A Dspecial_insns.h69 /* This could fault if %cr4 does not exist. In x86_64, a cr4 always native_read_cr4_safe()
H A Dsyscall.h238 /* Both x32 and x86_64 are considered "64-bit". */ syscall_get_arch()
H A Delf.h238 #define ELF_PLATFORM ("x86_64")
307 /* As a historical oddity, the x32 and x86_64 vDSOs are controlled together. */
H A Dpgtable-3level.h135 * flush_tlb_mm() followed or don't need TLB flush (x86_64 code or pud_clear()
H A Dptrace.h104 * On x86_64, vm86 mode is mercifully nonexistent, and we don't need
H A Dkexec.h35 * So far x86_64 is limited to 40 physical address bits.
H A Dthread_info.h34 * x86_64 has a fixed-length stack frame.
/linux-4.1.27/tools/testing/selftests/x86/
H A DMakefile43 # x86_64 users should be encouraged to install 32-bit libraries
/linux-4.1.27/arch/x86/kernel/
H A Dirq_64.c4 * This file contains the lowest level x86_64-specific interrupt
7 * x86_64-specific irq controller code. (e.g. i8259.c and
H A Dmcount_64.S2 * linux/arch/x86_64/mcount_64.S
H A Dpci-dma.c144 * See <Documentation/x86/x86_64/boot-options.txt> for the iommu kernel
H A Dsetup_percpu.c42 * On x86_64 symbols referenced from code should be reachable using
H A Dcrash.c2 * Architecture specific (i386/x86_64) functions for kexec based crash dumps.
423 * area on x86_64 (ffffffff80000000 - ffffffffa0000000). prepare_elf64_headers()
H A Dnmi.c415 * NMI processing. On x86_64, the asm glue protects us from nested NMIs
465 * In x86_64, we need to handle breakpoint -> NMI -> breakpoint. Without
H A Dparavirt.c18 2007 - x86_64 support added by Glauber de Oliveira Costa, Red Hat Inc
H A Dsmp.c8 * i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com>
H A Duprobes.c285 static int uprobe_init_insn(struct arch_uprobe *auprobe, struct insn *insn, bool x86_64) uprobe_init_insn() argument
289 insn_init(insn, auprobe->insn, sizeof(auprobe->insn), x86_64); uprobe_init_insn()
298 if (x86_64) uprobe_init_insn()
H A Dquirks.c2 * This file contains work-arounds for x86 and x86_64 platform bugs.
H A Dftrace.c84 * On x86_64, kernel text mappings are mapped read-only with text_ip_addr()
665 /* Currently only x86_64 supports dynamic trampolines */
H A Dentry_64.S2 * linux/arch/x86_64/entry.S
303 * interrupt entries on x86_64 set SS to NULL.) We prevent that
H A Dhpet.c906 * but on x86_64 it is necessary !
H A Dsetup.c858 * Note: On x86_64, fixmaps are ready for use even before this is called.
H A Dsmpboot.c39 * Glauber Costa : i386 and x86_64 integration
H A Dptrace.c1317 .name = "x86_64", .e_machine = EM_X86_64,
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh110 qemu-system-x86_64|qemu-system-i386)
134 echo qemu-system-x86_64
157 qemu-system-x86_64|qemu-system-i386)
175 qemu-system-x86_64|qemu-system-i386)
234 qemu-system-x86_64|qemu-system-i386)
/linux-4.1.27/tools/perf/arch/
H A Dcommon.c44 "x86_64-pc-linux-gnu-",
45 "x86_64-unknown-linux-gnu-",
107 if (!strcmp(arch, "x86_64")) normalize_arch()
/linux-4.1.27/arch/um/os-Linux/
H A Dutil.c54 if (!strcmp(host.machine, "x86_64")) { setup_machinename()
60 strcpy(machine_out, "x86_64"); setup_machinename()
/linux-4.1.27/drivers/staging/rtl8712/
H A Dbasic_types.h39 * host : x86_64
/linux-4.1.27/arch/x86/platform/efi/
H A Defi_stub_64.S2 * Function calling ABI conversion from Linux to EFI for x86_64
H A Defi_64.c2 * x86_64 specific EFI support functions
/linux-4.1.27/include/uapi/asm-generic/
H A Dstatfs.h61 * IA64 and x86_64 need to avoid the 32-bit padding at the end,
/linux-4.1.27/arch/arm64/include/asm/
H A Dfixmap.h11 * Adapted from arch/x86_64 version.
/linux-4.1.27/arch/ia64/include/asm/
H A Dkdebug.h22 * include/asm-x86_64/kdebug.h
/linux-4.1.27/Documentation/prctl/
H A Ddisable-tsc-ctxt-sw-stress-test.c33 /* We cannot use "=A", since this would use %rax on x86_64 */ rdtsc()
H A Ddisable-tsc-on-off-stress-test.c35 /* We cannot use "=A", since this would use %rax on x86_64 */ rdtsc()
H A Ddisable-tsc-test.c35 /* We cannot use "=A", since this would use %rax on x86_64 */ rdtsc()
/linux-4.1.27/scripts/
H A Ddecodecode6 # e.g., to decode an i386 oops on an x86_64 system, use:
H A Dtags.sh291 elif [ "$SUBARCH" = "x86_64" ]; then
H A Drecordmcount.pl203 $arch = "x86_64";
222 if ($arch eq "x86_64") {
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py55 'x86_64': audit.MACH_86_64,
/linux-4.1.27/tools/testing/selftests/vm/
H A Dmap_hugetlb.c10 * or x86_64.
H A Dhugepage-mmap.c16 * Other architectures, such as ppc64, i386 or x86_64 are not so constrained.
H A Dhugepage-shm.c15 * Other architectures, such as ppc64, i386 or x86_64 are not so constrained.
/linux-4.1.27/arch/um/
H A DMakefile11 ifeq ($(shell uname -m),x86_64)
36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
H A Dlustre_user.h47 * asm-x86_64/processor.h on some SLES 9 distros seems to use
/linux-4.1.27/arch/x86/
H A DMakefile1 # Unified Makefile for i386 and x86_64
5 ifeq ($(shell uname -m),x86_64)
73 UTS_MACHINE := x86_64
248 $(Q)rm -rf $(objtree)/arch/x86_64
/linux-4.1.27/fs/quota/
H A Dcompat.c7 * This code works only for 32 bit quota tools over 64 bit OS (x86_64, ia64)
/linux-4.1.27/fs/nfsd/
H A Dacl.h45 * high-order allocation. This allows 204 ACEs on x86_64:
/linux-4.1.27/Documentation/vDSO/
H A Dvdso_standalone_test_x86.c10 * to generate a small binary. On x86_64, you can omit -lgcc_s
H A Dparse_vdso.c29 * gettimeofday on x86_64, use:
/linux-4.1.27/include/asm-generic/
H A Dfixmap.h11 * x86_32 and x86_64 integration by Gustavo F. Padovan, February 2009
H A Dpercpu.h15 * some arches have their own ways of determining the offset (x86_64, s390).
/linux-4.1.27/arch/x86/include/asm/numachip/
H A Dnumachip_csr.h38 * when using the direct mapping on x86_64, both start and size needs to be
/linux-4.1.27/lib/raid6/test/
H A DMakefile20 ifeq ($(ARCH),x86_64)
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_wc_x86_64.c35 * This file is conditionally built on x86_64 only. Otherwise weak symbol
49 * This routine is x86_64-specific; it twiddles the CPU's MTRRs to enable
/linux-4.1.27/arch/x86/kernel/apic/
H A Dapic_flat_64.c215 * Quirk: some x86_64 machines can only use physical APIC mode physflat_acpi_madt_oem_check()
216 * regardless of how many processors are present (x86_64 ES7000 physflat_acpi_madt_oem_check()
H A Dapic.c97 * used for the mapping. This is where the behaviors of x86_64 and 32
/linux-4.1.27/drivers/watchdog/
H A DMakefile78 # X86 (i386 + ia64 + x86_64) Architecture
/linux-4.1.27/include/uapi/linux/spi/
H A Dspidev.h71 * cases, such as 32-bit i386 userspace over a 64-bit x86_64 kernel).
/linux-4.1.27/tools/power/cpupower/utils/
H A Dcpupower.c205 if (!ret && !strcmp(uts.machine, "x86_64") && main()
/linux-4.1.27/drivers/block/xen-blkback/
H A Dcommon.h129 /* x86_64 protocol version */
202 struct blkif_x86_64_back_ring x86_64; member in union:blkif_back_rings
H A Dblkback.c1131 blkif_get_x86_64_req(&req, RING_GET_REQUEST(&blk_rings->x86_64, rc)); __do_block_io_op()
1421 memcpy(RING_GET_RESPONSE(&blk_rings->x86_64, blk_rings->x86_64.rsp_prod_pvt), make_response()
H A Dxenbus.c234 BACK_RING_INIT(&blkif->blk_rings.x86_64, sring_x86_64, PAGE_SIZE); xen_blkif_map()
/linux-4.1.27/drivers/pci/
H A Drom.c124 * IORESOURCE_ROM_SHADOW set on x86, x86_64 and IA64 supports legacy pci_map_rom()
/linux-4.1.27/arch/x86/vdso/
H A Dvdso2c.c23 * needed on x86_64.
/linux-4.1.27/arch/tile/lib/
H A Datomic_asm_32.S28 * any (x86_64 has an atomic_inc_short(), so we might want to some day).
/linux-4.1.27/arch/um/kernel/
H A Dprocess.c349 * Only x86 and x86_64 have an arch_align_stack().
/linux-4.1.27/arch/x86/ia32/
H A Dsys_ia32.c67 * Another set for IA32/LFS -- x86_64 struct stat is different due to
H A Dia32_signal.c2 * linux/arch/x86_64/ia32/ia32_signal.c
H A Dia32entry.S435 * interrupt entries on x86_64 set SS to NULL.) We prevent that
/linux-4.1.27/init/
H A Dcalibrate.c239 * start, and larger range. (Only seen on x86_64, due to SMIs) calibrate_delay_converge()
/linux-4.1.27/arch/ia64/include/asm/uv/
H A Duv_hub.h62 * Note: M + N cannot currently exceed 44 (x86_64) or 46 (IA64).
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dio.h71 * x86_64 arch, but done for safety since unusual write combining behaviour
H A Defx.c1218 * (e.g. x86_64 with iommu_sac_force set) will allow 40 bit efx_init_io()
/linux-4.1.27/arch/um/include/shared/
H A Dos.h295 /* sys-x86_64/prctl.c */
/linux-4.1.27/drivers/hv/
H A Dhv.c130 #endif /* !x86_64 */ do_hypercall()
/linux-4.1.27/firmware/
H A DMakefile179 include/config/x86_32.h include/config/x86_64.h)
/linux-4.1.27/arch/x86/mm/
H A Dmpx.c117 if (IS_ENABLED(CONFIG_X86_64) && !insn->x86_64) get_reg_offset()
202 int x86_64 = !test_thread_flag(TIF_IA32); mpx_insn_decode() local
215 insn_init(insn, buf, nr_copied, x86_64); mpx_insn_decode()
H A Dinit_64.c2 * linux/arch/x86_64/mm/init.c
/linux-4.1.27/arch/x86/xen/
H A Denlighten.c709 * On x86_64, this hack is not used for %gs, because gs points xen_load_tls()
711 * must not zero %gs on x86_64 xen_load_tls()
713 * For x86_64, we need to zero %fs, otherwise we may get an xen_load_tls()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dtherm_throt.c3 * limiting) that was factored out from x86_64 (mce_intel.c) and i386 (p4.c).
/linux-4.1.27/drivers/block/mtip32xx/
H A Dmtip32xx.h111 * Careful! i386 and x86_64 use different size longs!
/linux-4.1.27/scripts/package/
H A Dbuilddeb33 x86_64)
/linux-4.1.27/fs/ceph/
H A Dsuper.h368 * x86_64+ino32 64 32
369 * x86_64 64 64
/linux-4.1.27/arch/arm/crypto/
H A Dbsaes-armv7.pl18 # This implementation is direct adaptation of bsaes-x86_64 module for
36 # When comparing to x86_64 results keep in mind that NEON unit is
40 # bsaes-x86_64.pl for further details)...
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c313 * the x86_64 non canonical process address space kfd_init_apertures()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dmmu.c486 * clflush size is determined at kernel setup for x86_64 but not psb_mmu_driver_init()
/linux-4.1.27/arch/x86/include/asm/uv/
H A Duv_hub.h75 * Note: M + N cannot currently exceed 44 (x86_64) or 46 (IA64).
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
H A Dintel_early.c609 * Flush global tlb. We only do this in x86_64 where paging has been enabled
/linux-4.1.27/ipc/
H A Dcompat.c19 * ppc64 and x86_64, all of which are based on the original sparc64 version
/linux-4.1.27/tools/perf/config/
H A DMakefile32 LIBUNWIND_LIBS = -lunwind -lunwind-x86_64
/linux-4.1.27/
H A 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/kernel/
H A Dkprobes.c95 * single-stepped. x86_64, POWER4 and above have no-exec support and
183 * so x86_64 can correctly handle the %rip-relative fixups. __get_insn_slot()
/linux-4.1.27/drivers/misc/sgi-gru/
H A Dgrukservices.c126 /* optimized for x86_64 */
H A Dgrufault.c213 * Only supports Intel large pages (2MB only) on x86_64.
/linux-4.1.27/drivers/media/usb/em28xx/
H A Dem28xx-i2c.c587 * The original hash function returns a different value, if arch is x86_64
/linux-4.1.27/drivers/rtc/
H A Drtc-cmos.c745 * REVISIT it's been reported that at least one x86_64 ALI cmos_do_probe()
/linux-4.1.27/arch/x86/kernel/kprobes/
H A Dcore.c26 * <prasanna@in.ibm.com> adapted for x86_64 from i386.
/linux-4.1.27/include/xen/interface/
H A Dxen.h40 * x86_64: RAX = vector; RDI, RSI, RDX, R10, R8, R9 = args 1, 2, 3, 4, 5, 6.
/linux-4.1.27/arch/powerpc/kernel/
H A Diommu.c195 /* This allocator was derived from x86_64's bit string search */ iommu_range_alloc()
/linux-4.1.27/fs/btrfs/tests/
H A Dfree-space-tests.c459 * 256 extents on a x86_64 system at least, and a few other test_steal_space_from_bitmap_to_extent()
/linux-4.1.27/net/sunrpc/
H A Dsvc.c144 * x86_64 kernel on Xeons. In this case we svc_pool_map_choose_mode()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event.c2291 * X32 - has TIF_X32 set, but is running in x86_64
/linux-4.1.27/drivers/video/fbdev/
H A Duvesafb.c552 * x86 and not x86_64.
/linux-4.1.27/drivers/scsi/
H A Ddpt_i2o.c967 * "x86_64 machines need more optimal mappings" adpt_install_hba()
H A Dips.c210 #warning "This driver has only been tested on the x86/ia64/x86_64 platforms"
/linux-4.1.27/drivers/tty/
H A Dmxser.c19 * - Fixed x86_64 cleanness
/linux-4.1.27/sound/pci/
H A Dazt3328.c165 * - verify driver status on x86_64
/linux-4.1.27/tools/perf/
H A Dbuiltin-trace.c1622 * XXX: Noticed on x86_64, reproduced as far back as 3.0.36, haven't tried trace__syscall_info()
/linux-4.1.27/tools/testing/ktest/
H A Dktest.pl3638 if ($arch eq "i386" || $arch eq "x86_64") {
/linux-4.1.27/arch/x86/kvm/
H A Dmmu.c4346 * When emulating 32-bit mode, cr3 is only 32 bits even on x86_64. alloc_mmu_pages()

Completed in 6798 milliseconds