/linux-4.1.27/arch/x86/crypto/ |
H A 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 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 D | blowfish_glue.c | 444 * 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 D | des3_ede_glue.c | 471 * 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 D | salsa20_glue.c | 11 * - x86-64 version, renamed as salsa20-x86_64-asm_64.S
|
H A D | blowfish-x86_64-asm_64.S | 2 * Blowfish Cipher Algorithm (x86_64) 25 .file "blowfish-x86_64-asm.S"
|
H A D | twofish-x86_64-asm_64-3way.S | 2 * Twofish Cipher 3-way parallel algorithm (x86_64) 25 .file "twofish-x86_64-asm-3way.S"
|
H A D | aes-x86_64-asm_64.S | 1 /* AES (Rijndael) implementation (FIPS PUB 197) for x86_64
|
H A D | camellia-x86_64-asm_64.S | 2 * Camellia Cipher Algorithm (x86_64) 25 .file "camellia-x86_64-asm_64.S"
|
H A D | cast6-avx-x86_64-asm_64.S | 2 * Cast6 Cipher 8-way parallel algorithm (AVX/x86_64) 29 .file "cast6-avx-x86_64-asm_64.S"
|
H A D | twofish-avx-x86_64-asm_64.S | 2 * Twofish Cipher 8-way parallel algorithm (AVX/x86_64) 29 .file "twofish-avx-x86_64-asm_64.S"
|
H A D | twofish_glue_3way.c | 479 "twofish-x86_64-3way: performance on this CPU " init() 481 "twofish-x86_64-3way.\n"); init()
|
H A D | cast5-avx-x86_64-asm_64.S | 2 * Cast5 Cipher 16-way parallel algorithm (AVX/x86_64) 28 .file "cast5-avx-x86_64-asm_64.S"
|
H A D | camellia_aesni_avx_glue.c | 2 * Glue Code for x86_64/AVX/AES-NI assembler optimized version of Camellia
|
H A D | serpent_avx2_glue.c | 2 * Glue Code for x86_64/AVX2 assembler optimized version of Serpent
|
H A D | twofish-x86_64-asm_64.S | 20 .file "twofish-x86_64-asm.S"
|
H A D | aes_ctrby8_avx-x86_64.S | 2 * Implement AES CTR mode by8 optimization with AVX instructions. (x86_64)
|
H A D | camellia_aesni_avx2_glue.c | 2 * Glue Code for x86_64/AVX2/AES-NI assembler optimized version of Camellia
|
H A D | crc32c-pcl-intel-asm_64.S | 2 * Implement fast CRC32C with PCLMULQDQ instructions. (x86_64)
|
H A D | sha1_avx2_x86_64_asm.S | 2 * Implement fast SHA-1 with AVX2 instructions. (x86_64)
|
H A D | sha256-avx-asm.S | 2 # Implement fast SHA-256 with AVX1 instructions. (x86_64)
|
H A D | sha256-ssse3-asm.S | 2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64)
|
H A D | sha512-avx-asm.S | 2 # Implement fast SHA-512 with AVX instructions. (x86_64)
|
H A D | sha512-ssse3-asm.S | 2 # Implement fast SHA-512 with SSSE3 instructions. (x86_64)
|
H A D | serpent-avx-x86_64-asm_64.S | 2 * Serpent Cipher 8-way parallel algorithm (x86_64/AVX) 29 .file "serpent-avx-x86_64-asm_64.S"
|
H A D | serpent-sse2-x86_64-asm_64.S | 2 * Serpent Cipher 8-way parallel algorithm (x86_64/SSE2) 29 .file "serpent-sse2-x86_64-asm_64.S"
|
H A D | sha256-avx2-asm.S | 2 # Implement fast SHA-256 with AVX2 instructions. (x86_64)
|
H A D | sha512-avx2-asm.S | 2 # Implement fast SHA-512 with AVX2 instructions. (x86_64)
|
H A D | camellia_glue.c | 1709 "camellia-x86_64: performance on this CPU " init() 1711 "camellia-x86_64.\n"); init()
|
H A D | camellia-aesni-avx-asm_64.S | 2 * x86_64/AVX/AES-NI assembler implementation of Camellia
|
H A D | serpent-avx2-asm_64.S | 2 * x86_64/AVX2 assembler optimized version of Serpent
|
H A D | camellia-aesni-avx2-asm_64.S | 2 * x86_64/AVX2/AES-NI assembler implementation of Camellia
|
H A D | aesni-intel_asm.S | 23 * Ported x86_64 version to x86:
|
/linux-4.1.27/arch/x86/um/asm/ |
H A D | required-features.h | 5 * Nothing to see, just need something for the i386 and x86_64 asm
|
H A D | elf.h | 101 /* 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 D | relocs_64.c | 6 #define ELF_MACHINE_NAME "x86_64"
|
H A D | test_get_len.c | 41 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 D | insn_sanity.c | 49 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 D | relocs.c | 678 * The .data..percpu section is a special case for x86_64 SMP kernels.
|
/linux-4.1.27/arch/x86/um/ |
H A D | ksyms.c | 6 /*XXX: we need them because they would be exported by x86_64 */
|
H A D | setjmp_64.S | 2 # arch/x86_64/setjmp.S
|
H A D | sys_call_table_64.c | 23 * The UML TLS problem. Note that x86_64 does not implement this, so the below
|
H A D | tls_32.c | 371 * 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 D | statfs.h | 7 * the x86_64 ABI will.
|
/linux-4.1.27/arch/x86/um/shared/sysdep/ |
H A D | archsetjmp_64.h | 2 * arch/um/include/sysdep-x86_64/archsetjmp.h
|
H A D | ptrace_user.h | 19 * x86_64 FC3 doesn't define this in /usr/include/linux/ptrace.h even though
|
H A D | ptrace_64.h | 29 /* 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 D | protocols.h | 5 #define XEN_IO_PROTO_ABI_X86_64 "x86_64-abi"
|
/linux-4.1.27/tools/testing/selftests/breakpoints/ |
H A D | Makefile | 7 ifeq ($(ARCH),x86_64)
|
/linux-4.1.27/tools/testing/selftests/ipc/ |
H A D | Makefile | 7 ifeq ($(ARCH),x86_64)
|
/linux-4.1.27/arch/x86/um/os-Linux/ |
H A D | tls.c | 20 * 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 D | eventpoll.h | 51 * UML/x86_64 needs the same packing as x86_64
|
H A D | edd.h | 12 * 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 D | edd.h | 12 * 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 D | percpu.h | 48 * both defconfig and a distro config on x86_64 and 32. More
|
H A D | seqlock.h | 31 * Based on x86_64 vsyscall gettimeofday
|
H A D | mmzone.h | 291 * 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 D | insn.c | 51 * @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 D | csum-partial_64.c | 2 * arch/x86_64/lib/csum-partial.c
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_wc_x86_64.c | 36 * 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 D | stackprotector.h | 8 * 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 D | mutex_64.h | 116 * x86_64, because all x86_64 CPUs have a CMPXCHG instruction.]
|
H A D | page_64_types.h | 42 /* See Documentation/x86/x86_64/mm.txt for a description of the memory map. */
|
H A D | pgtable_64_types.h | 55 /* See Documentation/x86/x86_64/mm.txt for a description of the memory map. */
|
H A D | ftrace.h | 51 * Because ia32 syscalls do not map to x86_64 syscall numbers
|
H A D | fixmap.h | 11 * 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 D | desc_defs.h | 6 * Segment descriptor structure definitions, usable from both x86_64 and i386
|
H A D | setup.h | 33 /* Interrupt control for vSMPowered x86_64 systems */
|
H A D | irqflags.h | 126 * have a reliable stack. x86_64 only.
|
H A D | msr.h | 43 * 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 D | insn.h | 65 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 D | paravirt_types.h | 449 * %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 D | rwsem.h | 195 * 0xZZZZZZZZ00000001 -> 0xYYYYYYYY00000001 (x86_64) __downgrade_write()
|
H A D | special_insns.h | 69 /* This could fault if %cr4 does not exist. In x86_64, a cr4 always native_read_cr4_safe()
|
H A D | syscall.h | 238 /* Both x32 and x86_64 are considered "64-bit". */ syscall_get_arch()
|
H A D | elf.h | 238 #define ELF_PLATFORM ("x86_64") 307 /* As a historical oddity, the x32 and x86_64 vDSOs are controlled together. */
|
H A D | pgtable-3level.h | 135 * flush_tlb_mm() followed or don't need TLB flush (x86_64 code or pud_clear()
|
H A D | ptrace.h | 104 * On x86_64, vm86 mode is mercifully nonexistent, and we don't need
|
H A D | kexec.h | 35 * So far x86_64 is limited to 40 physical address bits.
|
H A D | thread_info.h | 34 * x86_64 has a fixed-length stack frame.
|
/linux-4.1.27/tools/testing/selftests/x86/ |
H A D | Makefile | 43 # x86_64 users should be encouraged to install 32-bit libraries
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | irq_64.c | 4 * This file contains the lowest level x86_64-specific interrupt 7 * x86_64-specific irq controller code. (e.g. i8259.c and
|
H A D | mcount_64.S | 2 * linux/arch/x86_64/mcount_64.S
|
H A D | pci-dma.c | 144 * See <Documentation/x86/x86_64/boot-options.txt> for the iommu kernel
|
H A D | setup_percpu.c | 42 * On x86_64 symbols referenced from code should be reachable using
|
H A D | crash.c | 2 * Architecture specific (i386/x86_64) functions for kexec based crash dumps. 423 * area on x86_64 (ffffffff80000000 - ffffffffa0000000). prepare_elf64_headers()
|
H A D | nmi.c | 415 * 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 D | paravirt.c | 18 2007 - x86_64 support added by Glauber de Oliveira Costa, Red Hat Inc
|
H A D | smp.c | 8 * i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com>
|
H A D | uprobes.c | 285 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 D | quirks.c | 2 * This file contains work-arounds for x86 and x86_64 platform bugs.
|
H A D | ftrace.c | 84 * On x86_64, kernel text mappings are mapped read-only with text_ip_addr() 665 /* Currently only x86_64 supports dynamic trampolines */
|
H A D | entry_64.S | 2 * linux/arch/x86_64/entry.S 303 * interrupt entries on x86_64 set SS to NULL.) We prevent that
|
H A D | hpet.c | 906 * but on x86_64 it is necessary !
|
H A D | setup.c | 858 * Note: On x86_64, fixmaps are ready for use even before this is called.
|
H A D | smpboot.c | 39 * Glauber Costa : i386 and x86_64 integration
|
H A D | ptrace.c | 1317 .name = "x86_64", .e_machine = EM_X86_64,
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
H A D | functions.sh | 110 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 D | common.c | 44 "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 D | util.c | 54 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 D | basic_types.h | 39 * host : x86_64
|
/linux-4.1.27/arch/x86/platform/efi/ |
H A D | efi_stub_64.S | 2 * Function calling ABI conversion from Linux to EFI for x86_64
|
H A D | efi_64.c | 2 * x86_64 specific EFI support functions
|
/linux-4.1.27/include/uapi/asm-generic/ |
H A D | statfs.h | 61 * IA64 and x86_64 need to avoid the 32-bit padding at the end,
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | fixmap.h | 11 * Adapted from arch/x86_64 version.
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | kdebug.h | 22 * include/asm-x86_64/kdebug.h
|
/linux-4.1.27/Documentation/prctl/ |
H A D | disable-tsc-ctxt-sw-stress-test.c | 33 /* We cannot use "=A", since this would use %rax on x86_64 */ rdtsc()
|
H A D | disable-tsc-on-off-stress-test.c | 35 /* We cannot use "=A", since this would use %rax on x86_64 */ rdtsc()
|
H A D | disable-tsc-test.c | 35 /* We cannot use "=A", since this would use %rax on x86_64 */ rdtsc()
|
/linux-4.1.27/scripts/ |
H A D | decodecode | 6 # e.g., to decode an i386 oops on an x86_64 system, use:
|
H A D | tags.sh | 291 elif [ "$SUBARCH" = "x86_64" ]; then
|
H A D | recordmcount.pl | 203 $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 D | Util.py | 55 'x86_64': audit.MACH_86_64,
|
/linux-4.1.27/tools/testing/selftests/vm/ |
H A D | map_hugetlb.c | 10 * or x86_64.
|
H A D | hugepage-mmap.c | 16 * Other architectures, such as ppc64, i386 or x86_64 are not so constrained.
|
H A D | hugepage-shm.c | 15 * Other architectures, such as ppc64, i386 or x86_64 are not so constrained.
|
/linux-4.1.27/arch/um/ |
H A D | Makefile | 11 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 D | lustre_user.h | 47 * asm-x86_64/processor.h on some SLES 9 distros seems to use
|
/linux-4.1.27/arch/x86/ |
H A D | Makefile | 1 # 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 D | compat.c | 7 * This code works only for 32 bit quota tools over 64 bit OS (x86_64, ia64)
|
/linux-4.1.27/fs/nfsd/ |
H A D | acl.h | 45 * high-order allocation. This allows 204 ACEs on x86_64:
|
/linux-4.1.27/Documentation/vDSO/ |
H A D | vdso_standalone_test_x86.c | 10 * to generate a small binary. On x86_64, you can omit -lgcc_s
|
H A D | parse_vdso.c | 29 * gettimeofday on x86_64, use:
|
/linux-4.1.27/include/asm-generic/ |
H A D | fixmap.h | 11 * x86_32 and x86_64 integration by Gustavo F. Padovan, February 2009
|
H A D | percpu.h | 15 * some arches have their own ways of determining the offset (x86_64, s390).
|
/linux-4.1.27/arch/x86/include/asm/numachip/ |
H A D | numachip_csr.h | 38 * when using the direct mapping on x86_64, both start and size needs to be
|
/linux-4.1.27/lib/raid6/test/ |
H A D | Makefile | 20 ifeq ($(ARCH),x86_64)
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_wc_x86_64.c | 35 * 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 D | apic_flat_64.c | 215 * 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 D | apic.c | 97 * used for the mapping. This is where the behaviors of x86_64 and 32
|
/linux-4.1.27/drivers/watchdog/ |
H A D | Makefile | 78 # X86 (i386 + ia64 + x86_64) Architecture
|
/linux-4.1.27/include/uapi/linux/spi/ |
H A D | spidev.h | 71 * cases, such as 32-bit i386 userspace over a 64-bit x86_64 kernel).
|
/linux-4.1.27/tools/power/cpupower/utils/ |
H A D | cpupower.c | 205 if (!ret && !strcmp(uts.machine, "x86_64") && main()
|
/linux-4.1.27/drivers/block/xen-blkback/ |
H A D | common.h | 129 /* x86_64 protocol version */ 202 struct blkif_x86_64_back_ring x86_64; member in union:blkif_back_rings
|
H A D | blkback.c | 1131 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 D | xenbus.c | 234 BACK_RING_INIT(&blkif->blk_rings.x86_64, sring_x86_64, PAGE_SIZE); xen_blkif_map()
|
/linux-4.1.27/drivers/pci/ |
H A D | rom.c | 124 * IORESOURCE_ROM_SHADOW set on x86, x86_64 and IA64 supports legacy pci_map_rom()
|
/linux-4.1.27/arch/x86/vdso/ |
H A D | vdso2c.c | 23 * needed on x86_64.
|
/linux-4.1.27/arch/tile/lib/ |
H A D | atomic_asm_32.S | 28 * any (x86_64 has an atomic_inc_short(), so we might want to some day).
|
/linux-4.1.27/arch/um/kernel/ |
H A D | process.c | 349 * Only x86 and x86_64 have an arch_align_stack().
|
/linux-4.1.27/arch/x86/ia32/ |
H A D | sys_ia32.c | 67 * Another set for IA32/LFS -- x86_64 struct stat is different due to
|
H A D | ia32_signal.c | 2 * linux/arch/x86_64/ia32/ia32_signal.c
|
H A D | ia32entry.S | 435 * interrupt entries on x86_64 set SS to NULL.) We prevent that
|
/linux-4.1.27/init/ |
H A D | calibrate.c | 239 * 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 D | uv_hub.h | 62 * Note: M + N cannot currently exceed 44 (x86_64) or 46 (IA64).
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | io.h | 71 * x86_64 arch, but done for safety since unusual write combining behaviour
|
H A D | efx.c | 1218 * (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 D | os.h | 295 /* sys-x86_64/prctl.c */
|
/linux-4.1.27/drivers/hv/ |
H A D | hv.c | 130 #endif /* !x86_64 */ do_hypercall()
|
/linux-4.1.27/firmware/ |
H A D | Makefile | 179 include/config/x86_32.h include/config/x86_64.h)
|
/linux-4.1.27/arch/x86/mm/ |
H A D | mpx.c | 117 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 D | init_64.c | 2 * linux/arch/x86_64/mm/init.c
|
/linux-4.1.27/arch/x86/xen/ |
H A D | enlighten.c | 709 * 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 D | therm_throt.c | 3 * limiting) that was factored out from x86_64 (mce_intel.c) and i386 (p4.c).
|
/linux-4.1.27/drivers/block/mtip32xx/ |
H A D | mtip32xx.h | 111 * Careful! i386 and x86_64 use different size longs!
|
/linux-4.1.27/scripts/package/ |
H A D | builddeb | 33 x86_64)
|
/linux-4.1.27/fs/ceph/ |
H A D | super.h | 368 * x86_64+ino32 64 32 369 * x86_64 64 64
|
/linux-4.1.27/arch/arm/crypto/ |
H A D | bsaes-armv7.pl | 18 # 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 D | kfd_flat_memory.c | 313 * the x86_64 non canonical process address space kfd_init_apertures()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | mmu.c | 486 * 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 D | uv_hub.h | 75 * Note: M + N cannot currently exceed 44 (x86_64) or 46 (IA64).
|
/linux-4.1.27/arch/x86/kernel/cpu/microcode/ |
H A D | intel_early.c | 609 * Flush global tlb. We only do this in x86_64 where paging has been enabled
|
/linux-4.1.27/ipc/ |
H A D | compat.c | 19 * ppc64 and x86_64, all of which are based on the original sparc64 version
|
/linux-4.1.27/tools/perf/config/ |
H A D | Makefile | 32 LIBUNWIND_LIBS = -lunwind -lunwind-x86_64
|
/linux-4.1.27/ |
H A 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/kernel/ |
H A D | kprobes.c | 95 * 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 D | grukservices.c | 126 /* optimized for x86_64 */
|
H A D | grufault.c | 213 * Only supports Intel large pages (2MB only) on x86_64.
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
H A D | em28xx-i2c.c | 587 * The original hash function returns a different value, if arch is x86_64
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-cmos.c | 745 * 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 D | core.c | 26 * <prasanna@in.ibm.com> adapted for x86_64 from i386.
|
/linux-4.1.27/include/xen/interface/ |
H A D | xen.h | 40 * 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 D | iommu.c | 195 /* This allocator was derived from x86_64's bit string search */ iommu_range_alloc()
|
/linux-4.1.27/fs/btrfs/tests/ |
H A D | free-space-tests.c | 459 * 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 D | svc.c | 144 * x86_64 kernel on Xeons. In this case we svc_pool_map_choose_mode()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perf_event.c | 2291 * X32 - has TIF_X32 set, but is running in x86_64
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | uvesafb.c | 552 * x86 and not x86_64.
|
/linux-4.1.27/drivers/scsi/ |
H A D | dpt_i2o.c | 967 * "x86_64 machines need more optimal mappings" adpt_install_hba()
|
H A D | ips.c | 210 #warning "This driver has only been tested on the x86/ia64/x86_64 platforms"
|
/linux-4.1.27/drivers/tty/ |
H A D | mxser.c | 19 * - Fixed x86_64 cleanness
|
/linux-4.1.27/sound/pci/ |
H A D | azt3328.c | 165 * - verify driver status on x86_64
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-trace.c | 1622 * 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 D | ktest.pl | 3638 if ($arch eq "i386" || $arch eq "x86_64") {
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | mmu.c | 4346 * When emulating 32-bit mode, cr3 is only 32 bits even on x86_64. alloc_mmu_pages()
|