Home
last modified time | relevance | path

Searched refs:x86 (Results 1 – 200 of 375) sorted by relevance

12

/linux-4.4.14/arch/x86/tools/
DMakefile15 distill_awk = $(srctree)/arch/x86/tools/distill.awk
16 chkobjdump = $(srctree)/arch/x86/tools/chkobjdump.awk
31 … := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/uapi/ -I$(srctree)/arch/x86/inc…
33 …LAGS_insn_sanity.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(srctree)…
36x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctr…
38x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctr…
/linux-4.4.14/tools/perf/arch/x86/tests/
Dgen-insn-x86-dat.sh27 gcc -g -c insn-x86-dat-src.c
29 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-64.c
31 rm -f insn-x86-dat-src.o
35 gcc -g -c -m32 insn-x86-dat-src.c
37 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-32.c
39 rm -f insn-x86-dat-src.o
DBuild7 libperf-$(CONFIG_AUXTRACE) += insn-x86.o
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
DBuild3 inat_tables_script = util/intel-pt-decoder/gen-insn-attr-x86.awk
4 inat_tables_maps = util/intel-pt-decoder/x86-opcode-map.txt
12 diff -B -I'^#include' util/intel-pt-decoder/insn.c ../../arch/x86/lib/insn.c >/dev/null && \
13 diff -B -I'^#include' util/intel-pt-decoder/inat.c ../../arch/x86/lib/inat.c >/dev/null && \
14 …diff -B util/intel-pt-decoder/x86-opcode-map.txt ../../arch/x86/lib/x86-opcode-map.txt >/dev/null …
15 …diff -B util/intel-pt-decoder/gen-insn-attr-x86.awk ../../arch/x86/tools/gen-insn-attr-x86.awk >/d…
16 …diff -B -I'^#include' util/intel-pt-decoder/insn.h ../../arch/x86/include/asm/insn.h >/dev/null &&…
17 …diff -B -I'^#include' util/intel-pt-decoder/inat.h ../../arch/x86/include/asm/inat.h >/dev/null &&…
18 …diff -B -I'^#include' util/intel-pt-decoder/inat_types.h ../../arch/x86/include/asm/inat_types.h >…
19 || echo "Warning: Intel PT: x86 instruction decoder differs from kernel" >&2 )) || true
/linux-4.4.14/arch/x86/
DMakefile4 ifeq ($(ARCH),x86)
20 CODE16GCC_CFLAGS := -m32 -Wa,$(srctree)/arch/x86/boot/code16gcc.h
76 include arch/x86/Makefile_32.cpu
141 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
193 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
199 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
203 $(Q)$(MAKE) $(build)=arch/x86/purgatory arch/x86/purgatory/kexec-purgatory.c
209 head-y := arch/x86/kernel/head_$(BITS).o
210 head-y += arch/x86/kernel/head$(BITS).o
211 head-y += arch/x86/kernel/head.o
[all …]
DMakefile.um1 core-y += arch/x86/crypto/
21 include arch/x86/Makefile_32.cpu
50 ELF_ARCH := i386:x86-64
51 ELF_FORMAT := elf64-x86-64
DKconfig.cpu9 that can run on all supported x86 CPU types (albeit not
47 - "Generic-x86-64" for a kernel which runs on any x86-64 CPU.
60 bool "586/K5/5x86/6x86/6x86MX"
64 the Cyrix 5x86, 6x86 and 6x86MX. This choice does not
258 Xeon CPUs with Intel 64bit which is compatible with x86-64.
283 bool "Generic-x86-64"
286 Generic x86-64 CPU.
287 Run equally well on all x86-64 CPUs.
292 bool "Generic x86 support"
296 x86 variant (e.g. PII, Crusoe or Athlon), include some more
[all …]
DKconfig.debug26 bool "Enable verbose x86 bootup info messages"
125 x86/mm: Checked W+X mappings: passed, no W+X pages found.
129 x86/mm: Checked W+X mappings: FAILED, <N> W+X pages found.
179 tlb_flushall_shift knob under /sys/kernel/debug/x86. If you set it
201 options. See Documentation/x86/x86_64/boot-options.txt for more
223 bool "x86 instruction decoder selftest"
227 Perform x86 instruction decoder selftests at build time.
228 This option is useful for checking the sanity of x86 instruction
337 This option enables sanity checks in x86's low-level entry code.
381 bool "Debug the x86 FPU code"
DKconfig3 bool "64-bit kernel" if ARCH = "x86"
167 default "elf64-x86-64" if X86_64
171 default "arch/x86/configs/i386_defconfig" if X86_32
172 default "arch/x86/configs/x86_64_defconfig" if X86_64
335 See also <file:Documentation/x86/i386/IO-APIC.txt>,
345 This option compiles in a table of x86 feature bits and corresponding
383 bool "Support for extended (non-PC) x86 platforms"
391 for the following (non-PC) 32 bit x86 platforms:
405 bool "Support for extended (non-PC) x86 platforms"
413 for the following (non-PC) 64 bit x86 platforms:
[all …]
/linux-4.4.14/arch/x86/kernel/cpu/
Dintel.c33 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel()
41 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel()
42 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel()
45 if (c->x86 >= 6 && !cpu_has(c, X86_FEATURE_IA64)) { in early_init_intel()
62 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_mask <= 2 && in early_init_intel()
72 if (c->x86 == 15 && c->x86_cache_alignment == 64) in early_init_intel()
77 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel()
96 if (c->x86 == 6) { in early_init_intel()
118 if (c->x86 == 6 && c->x86_model < 15) in early_init_intel()
130 if (c->x86 == 15) in early_init_intel()
[all …]
Damd.c35 WARN_ONCE((boot_cpu_data.x86 != 0xf), in rdmsrl_amd_safe()
52 WARN_ONCE((boot_cpu_data.x86 != 0xf), in wrmsrl_amd_safe()
370 if (c->x86 != 0x17 || !cpuid_edx(0x80000006)) in amd_detect_cmp()
478 if (c->x86 >= 0xf) { in bsp_init_amd()
498 if (c->x86 > 0x10 || in bsp_init_amd()
499 (c->x86 == 0x10 && c->x86_model >= 0x2)) { in bsp_init_amd()
509 if (c->x86 == 0x15) { in bsp_init_amd()
547 if (c->x86 == 5) in early_init_amd()
559 if (cpu_has_apic && c->x86 > 0x16) { in early_init_amd()
561 } else if (cpu_has_apic && c->x86 >= 0xf) { in early_init_amd()
[all …]
Dbugs.c35 if (boot_cpu_data.x86 < 4) in check_bugs()
39 '0' + (boot_cpu_data.x86 > 6 ? 6 : boot_cpu_data.x86); in check_bugs()
Dcentaur.c61 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3()
92 switch (c->x86) { in early_init_centaur()
125 switch (c->x86) { in init_centaur()
203 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8))) in centaur_size_cache()
211 if ((c->x86 == 6) && (c->x86_model == 9) && in centaur_size_cache()
Dcommon.c79 if (c->x86 == 4) in default_init()
81 else if (c->x86 == 3) in default_init()
360 if (info->family == c->x86) in table_lookup_model()
578 c->x86 = 4; in cpu_detect()
584 c->x86 = (tfms >> 8) & 0xf; in cpu_detect()
588 if (c->x86 == 0xf) in cpu_detect()
589 c->x86 += (tfms >> 20) & 0xff; in cpu_detect()
590 if (c->x86 >= 0x6) in cpu_detect()
695 c->x86 = 4; in identify_cpu_without_cpuid()
697 c->x86 = 3; in identify_cpu_without_cpuid()
[all …]
Dperfctr-watchdog.c56 switch (boot_cpu_data.x86) { in nmi_perfctr_msr_to_bit()
84 switch (boot_cpu_data.x86) { in nmi_evntsel_msr_to_bit()
Dmatch.c39 if (m->family != X86_FAMILY_ANY && c->x86 != m->family) in x86_match_cpu()
Dcyrix.c375 if (c->x86 == 5 && c->x86_model == 5) in init_nsc()
410 if (c->x86 == 4 && test_cyrix_52div()) { in cyrix_identify()
Dproc.c69 c->x86, in show_cpuinfo()
Dperf_event_intel_cstate.c136 boot_cpu_data.x86 != 6) in test_core()
263 boot_cpu_data.x86 != 6) in test_pkg()
Dperf_event_amd.c658 switch (boot_cpu_data.x86) { in amd_core_pmu_init()
687 if (boot_cpu_data.x86 < 6) in amd_pmu_init()
Dintel_cacheinfo.c311 if (boot_cpu_data.x86 == 0x15) { in amd_calc_l3_indices()
710 if ((num_cache_leaves == 0 || c->x86 == 15) && c->cpuid_level > 1) { in init_intel_cacheinfo()
717 if (num_cache_leaves != 0 && c->x86 == 15) in init_intel_cacheinfo()
Dperf_event_msr.c21 boot_cpu_data.x86 != 6) in test_intel()
/linux-4.4.14/arch/x86/include/asm/
Dmicrocode.h124 unsigned int x86; in __x86_family() local
126 x86 = (sig >> 8) & 0xf; in __x86_family()
128 if (x86 == 0xf) in __x86_family()
129 x86 += (sig >> 20) & 0xff; in __x86_family()
131 return x86; in __x86_family()
146 unsigned int x86, model; in x86_model() local
148 x86 = __x86_family(sig); in x86_model()
152 if (x86 == 0x6 || x86 == 0xf) in x86_model()
Dgeode.h20 (boot_cpu_data.x86 == 5) && in is_geode_gx()
27 (boot_cpu_data.x86 == 5) && in is_geode_lx()
Damd_nb.h104 if (boot_cpu_data.x86 == 0xf || boot_cpu_data.x86 == 0x10 || in amd_gart_present()
105 (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model < 0x10)) in amd_gart_present()
Dfb.h14 if (boot_cpu_data.x86 > 3) in fb_pgprotect()
Dprocessor.h89 __u8 x86; /* CPU family */ member
630 if (boot_cpu_data.x86 < 6) in get_debugctlmsr()
641 if (boot_cpu_data.x86 < 6) in update_debugctlmsr()
Dacpi.h92 if (boot_cpu_data.x86 == 0x0F && in acpi_processor_cstate_check()
Dptrace.h228 #define arch_has_block_step() (boot_cpu_data.x86 >= 6)
/linux-4.4.14/tools/perf/Documentation/
Dandroid.txt15 …export NDK_TOOLCHAIN=${NDK}/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-…
17 For x86:
18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.6/prebuilt/linux-x86/bin/i686-linux-android-
19 export NDK_SYSROOT=${NDK}/platforms/android-9/arch-x86
38 For x86:
39 ./build/tools/build-ndk-sysroot.sh --abi=x86
40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86
45 For x86:
53 For x86:
54 make ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"
Dperf-bench.txt150 On x86-64, x86-64-unrolled, x86-64-movsq and x86-64-movsb are supported.
174 On x86-64, x86-64-unrolled, x86-64-stosq and x86-64-stosb are supported.
Dperf-kvm.txt54 of KVM events. Currently, vmexit, mmio (x86 only) and ioport (x86 only)
106 event to be analyzed. Possible values: vmexit, mmio (x86 only),
107 ioport (x86 only). (default: vmexit)
142 mmio (x86 only), ioport (x86 only).
151 Show events other than HLT (x86 only) or Wait state (s390 only)
Dperf-list.txt65 For instance For x86 CPUs NNN represents the raw register encoding with the
70 Note: Only the following bit fields can be set in x86 counter
/linux-4.4.14/Documentation/virtual/kvm/
D00-INDEX6 - KVM-specific cpuid leaves (x86).
14 - the x86 kvm shadow mmu.
16 - KVM-specific MSRs (x86).
18 - notes on nested virtualization for Intel x86 processors.
26 - timekeeping virtualization for x86-based architectures.
Dhypercalls.txt41 Architecture: x86
48 Architecture: x86
57 Purpose: Expose hypercall availability to the guest. On x86 platforms, cpuid
73 Architecture: x86
Dapi.txt79 x86 includes both i386 and x86_64.
128 Architectures: x86
199 Parameters: vcpu id (apic id on x86)
237 Architectures: x86
266 Architectures: x86
301 /* x86 */
337 Architectures: x86, ppc
344 /* x86 */
365 Architectures: x86, ppc
377 Architectures: x86
[all …]
Dlocking.txt15 the mmu-lock on x86. Currently, the page fault can be fast only if the
148 Arch: x86
172 Arch: x86
/linux-4.4.14/tools/perf/
DMANIFEST13 tools/arch/x86/include/asm/barrier.h
17 tools/arch/x86/include/asm/atomic.h
18 tools/arch/x86/include/asm/rmwcc.h
78 arch/x86/include/asm/svm.h
79 arch/x86/include/asm/vmx.h
80 arch/x86/include/asm/kvm_host.h
81 arch/x86/include/uapi/asm/svm.h
82 arch/x86/include/uapi/asm/vmx.h
83 arch/x86/include/uapi/asm/kvm.h
84 arch/x86/include/uapi/asm/kvm_perf.h
/linux-4.4.14/arch/x86/configs/
Dxen.config1 # global x86 required specific stuff
15 # x86 xen specific config options
22 # x86 specific backend drivers
24 # x86 specific frontend drivers
/linux-4.4.14/tools/testing/selftests/breakpoints/
DMakefile3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
5 ifeq ($(ARCH),x86)
/linux-4.4.14/arch/x86/lib/
DMakefile5 inat_tables_script = $(srctree)/arch/x86/tools/gen-insn-attr-x86.awk
6 inat_tables_maps = $(srctree)/arch/x86/lib/x86-opcode-map.txt
/linux-4.4.14/drivers/edac/
Dmce_amd.c413 bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT_64(58))); in decode_mc1_mce()
564 if (boot_cpu_data.x86 >= 0x14) { in decode_mc3_mce()
604 if (c->x86 == 0x11) in decode_mc4_mce()
625 if (boot_cpu_data.x86 == 0x15 || boot_cpu_data.x86 == 0x16) in decode_mc4_mce()
652 if (c->x86 == 0xf || c->x86 == 0x11) in decode_mc5_mce()
763 c->x86, c->x86_model, c->x86_mask, in amd_decode_mce()
772 if (c->x86 == 0x15 || c->x86 == 0x16) in amd_decode_mce()
845 switch (c->x86) { in mce_amd_init()
892 printk(KERN_WARNING "Huh? What family is it: 0x%x?!\n", c->x86); in mce_amd_init()
Damd64_edac.h195 #define dct_ganging_enabled(pvt) ((boot_cpu_data.x86 == 0x10) && ((pvt)->dct_sel_lo & BIT(4)))
361 if (boot_cpu_data.x86 == 0xf) in get_dram_base()
371 if (boot_cpu_data.x86 == 0xf) in get_dram_limit()
/linux-4.4.14/Documentation/x86/x86_64/
D00-INDEX6 - Firmware support for CPU hotplug under Linux/x86-64
12 - Configurable sysfs parameters for the x86-64 machine check code.
14 - Memory layout of x86-64 (4 level page tables, 46 bits physical).
Dcpu-hotplug-spec1 Firmware support for CPU hotplug under Linux/x86-64
4 Linux/x86-64 supports CPU hotplug now. For various reasons Linux wants to
13 For CPU hotplug Linux/x86-64 expects now that any possible future hotpluggable
Dmachinecheck2 Configurable sysfs parameters for the x86-64 machine check code.
66 from a machine check exception. Current x86 CPUs generally do not.
79 For more details about the x86 machine check architecture
Dboot-options.txt8 Please see Documentation/x86/x86_64/machinecheck for sysfs runtime tunables.
78 pirq=... See Documentation/x86/i386/IO-APIC.txt
187 Currently four x86-64 PCI-DMA mapping implementations exist:
193 2. <arch/x86/kernel/amd_gart_64.c>: AMD GART based hardware IOMMU.
/linux-4.4.14/Documentation/x86/
D00-INDEX10 - Describe (some of the) kernel entry points for x86.
12 - why and how Linux kernel uses exception tables on x86
14 - how to use x86 Memory Type Range Registers to increase performance
Dentry_64.txt2 arch/x86/entry/entry_64.S. A lot of this explanation is adapted from
7 The x86 architecture has quite a few different ways to jump into
9 arch/x86/kernel/traps.c and implemented in arch/x86/entry/entry_64.S
10 for 64-bit, arch/x86/entry/entry_32.S for 32-bit and finally
11 arch/x86/entry/entry_64_compat.S which implements the 32-bit compatibility
15 The IDT vector assignments are listed in arch/x86/include/asm/irq_vectors.h.
38 There are a few complexities here. The different x86-64 entries
Dearly-microcode.txt14 on Intel: kernel/x86/microcode/GenuineIntel.bin
15 on AMD : kernel/x86/microcode/AuthenticAMD.bin
38 mkdir -p kernel/x86/microcode
39 cp ../microcode.bin kernel/x86/microcode/GenuineIntel.bin (or AuthenticAMD.bin)
Dkernel-stacks1 Kernel stacks on x86-64 bit
31 per CPU interrupt nest counter. This is needed because x86-64 "IST"
100 Printing backtraces on x86
103 The question about the '?' preceding function names in an x86 stacktrace
106 arch/x86/kernel/dumpstack.c.
Dtlb.txt38 /sys/kernel/debug/x86/tlb_single_page_flush_ceiling
45 Despite the fact that a single individual flush on x86 is
Dpat.txt4 x86 Page Attribute Table (PAT) allows for setting the memory attribute at the
116 using ioremap*() calls on x86 for both non-PAT and PAT systems. Ideally
174 # cat /sys/kernel/debug/x86/pat_memtype_list
Dexception-tables.txt32 in arch/x86/mm/fault.c. The parameters on the stack are set up by
33 the low level assembly glue in arch/x86/kernel/entry_32.S. The parameter
55 I have picked the get_user macro defined in arch/x86/include/asm/uaccess.h
199 The whole user memory access is reduced to 10 x86 machine instructions.
Dzero-page.txt6 arch/x86/include/uapi/asm/bootparam.h
Dmtrr.txt9 MTRR use is replaced on modern x86 hardware with PAT. Direct MTRR use by
14 Even if Linux does not use MTRRs directly, some x86 platform firmware may still
26 For details refer to Documentation/x86/pat.txt.
38 The Cyrix 6x86, 6x86MX and M II processors have Address Range
Dearlyprintk.txt3 USB2 Debug port key and a debug cable, on x86 systems.
136 mailing list or contact the x86 maintainers.
/linux-4.4.14/drivers/clk/x86/
DMakefile1 clk-x86-lpss-objs := clk-lpt.o
2 obj-$(CONFIG_X86_INTEL_LPSS) += clk-x86-lpss.o
/linux-4.4.14/scripts/
Dxz_wrap.sh16 x86) BCJ=--x86 ;;
Dchecksyscalls.sh215 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
Dtags.sh296 archinclude=x86
298 archinclude=x86
/linux-4.4.14/arch/x86/um/
DKconfig9 source "arch/x86/Kconfig.cpu"
18 bool "64-bit kernel" if SUBARCH = "x86"
54 N (on x86-64 it's automatically enabled, instead, as it's safe there).
Dsetjmp_64.S4 # setjmp/longjmp for the x86-64 architecture
DMakefile40 -Iarch/x86/include/generated
/linux-4.4.14/tools/testing/selftests/ipc/
DMakefile4 ARCH := x86
8 ARCH := x86
/linux-4.4.14/Documentation/DocBook/
D.kernel-api.xml.cmd2x86/include/asm/bitops.h lib/bitmap.c lib/bitmap.c lib/cmdline.c lib/crc7.c lib/crc16.c lib/crc-it…
D.deviceiobook.xml.cmd2 Documentation/DocBook/deviceiobook.xml: Documentation/DocBook/deviceiobook.tmpl arch/x86/include/as…
/linux-4.4.14/tools/perf/bench/
DBuild10 perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o
11 perf-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o
/linux-4.4.14/tools/perf/config/
DMakefile.arch5 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
DMakefile27 ifeq ($(ARCH),x86)
31 ARCH_INCLUDE = ../../arch/x86/lib/memcpy_64.S ../../arch/x86/lib/memset_64.S
35 LIBUNWIND_LIBS = -lunwind-x86 -llzma -lunwind
58 ifneq ($(ARCH),$(filter $(ARCH),x86 arm))
621 ifneq ($(ARCH), x86)
/linux-4.4.14/drivers/cpufreq/
Dspeedstep-lib.c258 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor()
261 ((c->x86 != 6) && (c->x86 != 0xF))) in speedstep_detect_processor()
264 if (c->x86 == 0xF) { in speedstep_detect_processor()
Dp4-clockmod.c125 if (c->x86 == 0x06) { in cpufreq_p4_get_frequency()
147 if (c->x86 != 0xF) in cpufreq_p4_get_frequency()
179 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_mask; in cpufreq_p4_cpu_init()
Dspeedstep-centrino.c37 __u8 x86; /* CPU family */ member
277 if ((c->x86 == x->x86) && in centrino_verify_cpu_id()
Dsc520_freq.c81 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
Delanfreq.c154 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
/linux-4.4.14/arch/x86/kvm/
DMakefile2 ccflags-y += -Iarch/x86/kvm
14 kvm-y += x86.o mmu.o emulate.o i8259.o irq.o lapic.o \
/linux-4.4.14/drivers/lguest/
DMakefile6 lg-$(CONFIG_X86_32) += x86/switcher_32.o x86/core.o
DREADME13 lguest, and hypervisors and x86 virtualization in general.
/linux-4.4.14/arch/x86/kernel/
Damd_nb.c105 if (boot_cpu_data.x86 == 0x10 && in amd_cache_northbridges()
111 if (boot_cpu_data.x86 == 0x15) in amd_cache_northbridges()
115 if (boot_cpu_data.x86 == 0x15) in amd_cache_northbridges()
148 if (boot_cpu_data.x86 < 0x10) in amd_get_mmconfig_range()
Dtsc_msr.c89 cpu_index = match_cpu(boot_cpu_data.x86, boot_cpu_data.x86_model); in try_msr_calibrate_tsc()
Dasm-offsets_32.c20 OFFSET(CPUINFO_x86, cpuinfo_x86, x86); in foo()
Dsmpboot.c529 if (((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && (boot_cpu_data.x86 == 6)) || in smp_quirk_init_udelay()
530 ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && (boot_cpu_data.x86 >= 0xF))) { in smp_quirk_init_udelay()
1516 if (__this_cpu_read(cpu_info.x86) >= 4) in hlt_play_dead()
Dvmlinux.lds.S39 OUTPUT_ARCH(i386:x86-64)
Dalternative.c217 if (boot_cpu_data.x86 == 6 && in arch_init_ideal_nops()
236 if (boot_cpu_data.x86 > 0xf) { in arch_init_ideal_nops()
/linux-4.4.14/tools/
DMakefile76 $(call descend,power/x86/$@)
102 $(call descend,power/x86/$(@:_install=),install)
137 $(call descend,power/x86/$(@:_clean=),clean)
/linux-4.4.14/Documentation/zh_CN/
DSubmittingDrivers91 单元,不要随便在你的驱动程序里嵌入 x86 汇编指令。只能在
92 x86 上运行的驱动程序一般是不受欢迎的。虽然你可能只有 x86
/linux-4.4.14/arch/um/
DMakefile10 ifeq ($(SUBARCH),x86)
36 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
37 HEADER_ARCH := x86
/linux-4.4.14/arch/x86/platform/intel-mid/
Dintel-mid.c116 if (boot_cpu_data.x86 != 6) { in intel_mid_arch_setup()
118 boot_cpu_data.x86, boot_cpu_data.x86_model); in intel_mid_arch_setup()
/linux-4.4.14/arch/x86/realmode/rm/
DMakefile61 cmd_relocs = arch/x86/tools/relocs --realmode $< > $@
70 -I$(srctree)/arch/x86/boot
/linux-4.4.14/Documentation/
Defi-stub.txt4 On the x86 and ARM platforms, a kernel zImage/bzImage can masquerade
9 arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c,
30 The bzImage located in arch/x86/boot/bzImage must be copied to the EFI
Dstatic-keys.txt78 consist of a single atomic 'no-op' instruction (5 bytes on x86), in the
151 * select HAVE_ARCH_JUMP_LABEL, see: arch/x86/Kconfig
153 * #define JUMP_LABEL_NOP_SIZE, see: arch/x86/include/asm/jump_label.h
156 arch/x86/include/asm/jump_label.h
159 see: arch/x86/include/asm/jump_label.h
162 see: arch/x86/kernel/jump_label.c
165 see: arch/x86/kernel/jump_label.c
168 * struct jump_entry, see: arch/x86/include/asm/jump_label.h
Dadding-syscalls.txt159 Finally, be aware that some non-x86 architectures have an easier time if
176 x86 (including all of x86_64, x86_32 and x32).
203 Some architectures (e.g. x86) have their own architecture-specific syscall
241 x86 System Call Implementation
244 To wire up your new system call for x86 platforms, you need to update the
247 arch/x86/entry/syscalls/syscall_64.tbl:
251 and an "i386" entry in arch/x86/entry/syscalls/syscall_32.tbl:
344 Compatibility System Calls (x86)
347 To wire up the x86 architecture of a system call with a compatibility version,
350 First, the entry in arch/x86/entry/syscalls/syscall_32.tbl gets an extra
[all …]
Ddebugging-via-ohci1394.txt28 more common hardware such as x86, x86-64 and PowerPC.
49 implemented for x86. This routine runs long before console_init() can be
60 it from PowerPC to x86 and x86_64 and added functionality, firescope can now
Dbus-virt-phys-mapping.txt11 controller the physical address of the buffers, which is correct on x86
44 2 GB-3 GB "system IO" (inb/out and similar accesses on x86)
140 just dereference a pointer. (Sadly, on x86 it _is_ in the same memory space,
141 so on x86 it actually works to just deference a pointer, but it's not
DSubmittingDrivers78 shouldn't use inline x86 assembler in your driver without
79 careful thought. Pure x86 drivers generally are not popular.
80 If you only have x86 hardware it is hard to test portability
Dkmemcheck.txt52 kmemcheck only works for the x86 (both 32- and 64-bit) platform. A number of
268 arch/x86/include/asm/string_64.h:12
348 arch/x86/kernel/signal.c:805
349 arch/x86/kernel/signal.c:871
350 arch/x86/kernel/entry_64.S:694
566 0x80. Remember that x86 is little endian, so the first 4 bytes "80000000" are
572 This macro is used in exactly one place in the x86 kernel: In send_signal()
612 arch/x86/kernel/signal.c:805
613 arch/x86/kernel/signal.c:871
614 arch/x86/kernel/entry_64.S:694
/linux-4.4.14/drivers/hwmon/
Dfam15h_power.c78 if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60) { in show_power()
125 if (c->x86 == 0x15 && in fam15h_power_init_attrs()
139 if (c->x86 == 0x15 && in fam15h_power_init_attrs()
Dhwmon-vid.c293 if (c->x86 < 6) /* Any CPU with family lower than 6 */ in vid_which_vrm()
296 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_mask, c->x86_vendor); in vid_which_vrm()
Dk10temp.c81 if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model == 0x60) { in show_temp()
155 if (boot_cpu_data.x86 != 0x10) in has_erratum_319()
/linux-4.4.14/arch/x86/kernel/acpi/
Dcstate.c53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f))) in acpi_processor_power_init_bm_check()
/linux-4.4.14/Documentation/fb/
Duvesafb.txt12 v86d. v86d is used to run the x86 Video BIOS code in a simulated and
14 than x86. Check the v86d documentation for a list of currently supported
62 start of the window. This option is available on x86
68 Available on x86 only.
71 is the default on non-x86.
80 available. Available on x86 only.
/linux-4.4.14/drivers/platform/
DMakefile5 obj-$(CONFIG_X86) += x86/
DKconfig2 source "drivers/platform/x86/Kconfig"
/linux-4.4.14/Documentation/timers/
Dhpet.txt17 role. Many x86 BIOS writers don't route HPET interrupts at all, which
26 arch/x86/kernel/hpet.c.
/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c219 boot_cpu_data.x86 >= 0xf) in modern_apic()
1149 (boot_cpu_data.x86 == 15)) in init_bsp_APIC()
1652 if (boot_cpu_data.x86 >= 6) { in apic_verify()
1674 if (boot_cpu_data.x86 >= 6) { in apic_force_enable()
1698 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) || in detect_init_APIC()
1699 (boot_cpu_data.x86 >= 15)) in detect_init_APIC()
1703 if (boot_cpu_data.x86 == 6 || boot_cpu_data.x86 == 15 || in detect_init_APIC()
1704 (boot_cpu_data.x86 == 5 && cpu_has_apic)) in detect_init_APIC()
2341 if (boot_cpu_data.x86 >= 6) { in lapic_resume()
/linux-4.4.14/arch/x86/entry/vsyscall/
Dvsyscall_trace.h27 #define TRACE_INCLUDE_PATH ../../arch/x86/entry/vsyscall/
/linux-4.4.14/Documentation/features/sched/numa-balancing/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/vm/numa-memblock/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/vm/THP/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/arch/x86/oprofile/
Dop_model_ppro.c87 __this_cpu_read(cpu_info.x86) == 6 && in ppro_setup_ctrs()
215 if (eax.split.version_id == 0 && __this_cpu_read(cpu_info.x86) == 6 && in arch_perfmon_setup_counters()
/linux-4.4.14/arch/x86/boot/compressed/
DMakefile66 CMD_RELOCS = arch/x86/tools/relocs
96 $(CONFIG_SHELL) $(srctree)/arch/x86/tools/calc_run_size.sh)
Dvmlinux.lds.S11 OUTPUT_ARCH(i386:x86-64)
/linux-4.4.14/Documentation/features/time/irq-time-acct/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/seccomp/seccomp-filter/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/locking/queued-spinlocks/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/vm/ioremap_prot/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/vm/TLB/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/debug/optprobes/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/time/clockevents/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/time/arch-tick-broadcast/
Darch-support.txt38 | x86: | TODO |
/linux-4.4.14/Documentation/features/locking/queued-rwlocks/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/tools/testing/ktest/examples/
Dcrosstests.conf209 TEST_START IF ${RUN} == x86 || ${RUN} == i386 || ${DO_DEFAULT}
214 TEST_START IF ${RUN} == x86 || ${RUN} == x86_64 || ${DO_DEFAULT}
/linux-4.4.14/Documentation/features/time/context-tracking/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/core/BPF-JIT/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/perf/kprobes-event/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/io/dma_map_attrs/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/locking/rwsem-optimized/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/vm/pmdp_splitting_flush/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/locking/lockdep/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/io/sg-chain/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/vm/PG_uncached/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/debug/uprobes/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/lib/strncasecmp/
Darch-support.txt38 | x86: | TODO |
/linux-4.4.14/Documentation/features/debug/kgdb/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/debug/stackprotector/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/debug/kretprobes/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/time/virt-cpuacct/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/debug/kprobes/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/io/dma-contiguous/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/debug/KASAN/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/io/dma-api-debug/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/core/tracehook/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/vm/pte_special/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/perf/perf-regs/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/perf/perf-stackdump/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/vm/huge-vmap/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/time/modern-timekeeping/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/core/jump-labels/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/locking/cmpxchg-local/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Damd.c907 if (c->x86 >= 0x15) in request_microcode_amd()
908 snprintf(fw_name, sizeof(fw_name), "amd-ucode/microcode_amd_fam%.2xh.bin", c->x86); in request_microcode_amd()
921 ret = load_microcode_amd(cpu, c->x86, fw->data, fw->size); in request_microcode_amd()
955 if (c->x86_vendor != X86_VENDOR_AMD || c->x86 < 0x10) { in init_amd_microcode()
956 pr_warning("AMD CPU family 0x%x not supported\n", c->x86); in init_amd_microcode()
Dintel.c817 if ((c->x86_model >= 5) || (c->x86 > 6)) { in collect_cpu_info()
1002 c->x86, c->x86_model, c->x86_mask); in request_microcode_fw()
1048 if (c->x86_vendor != X86_VENDOR_INTEL || c->x86 < 6 || in init_intel_microcode()
1050 pr_err("Intel CPU family 0x%x not supported\n", c->x86); in init_intel_microcode()
Dcore.c191 if (c->x86 >= 6) in save_microcode_in_initrd()
195 if (c->x86 >= 0x10) in save_microcode_in_initrd()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce.c1486 if (c->x86 == 15 && cfg->banks > 4) { in __mcheck_cpu_apply_quirks()
1494 if (c->x86 <= 17 && cfg->bootlog < 0) { in __mcheck_cpu_apply_quirks()
1505 if (c->x86 == 6 && cfg->banks > 0) in __mcheck_cpu_apply_quirks()
1512 if (c->x86 == 0x15 && c->x86_model <= 0xf) in __mcheck_cpu_apply_quirks()
1519 if (c->x86 == 0x15 && in __mcheck_cpu_apply_quirks()
1557 if (c->x86 == 6 && c->x86_model < 0x1A && cfg->banks > 0) in __mcheck_cpu_apply_quirks()
1564 if ((c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xe)) && in __mcheck_cpu_apply_quirks()
1572 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks()
1575 if (c->x86 == 6 && c->x86_model == 45) in __mcheck_cpu_apply_quirks()
1588 if (c->x86 != 5) in __mcheck_cpu_ancient_init()
/linux-4.4.14/Documentation/features/debug/kprobes-on-ftrace/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/debug/user-ret-profiler/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/debug/gcov-profile-all/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/core/generic-idle-thread/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/Documentation/features/vm/ELF-ASLR/
Darch-support.txt38 | x86: | ok |
/linux-4.4.14/drivers/staging/vt6655/
DTODO13 - verify unsigned long usage for x86-64 arch
/linux-4.4.14/Documentation/blockdev/
Dramdisk.txt76 ./arch/x86/kernel/setup.c:#define RAMDISK_IMAGE_START_MASK 0x07FF
77 ./arch/x86/kernel/setup.c:#define RAMDISK_PROMPT_FLAG 0x8000
78 ./arch/x86/kernel/setup.c:#define RAMDISK_LOAD_FLAG 0x4000
97 /usr/src/linux# cat arch/x86/boot/zImage > /dev/fd0
/linux-4.4.14/tools/testing/ktest/examples/include/
Ddefaults.conf63 BUILD_TARGET = arch/x86/boot/bzImage
/linux-4.4.14/drivers/staging/rdma/ipath/
DKconfig14 on your x86-64 systems, use the nopat kernel parameter.
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_seq.h_shipped145 0x80, 0x3e, 0x86, 0x5d,
147 0x20, 0x6a, 0x86, 0x5d,
148 0x00, 0xab, 0x86, 0x5d,
173 0x02, 0x6a, 0x86, 0x5d,
174 0x04, 0x6a, 0x86, 0x5d,
182 0x80, 0x86, 0xc8, 0x08,
187 0x28, 0x6a, 0x86, 0x5d,
189 0x08, 0x6a, 0x86, 0x5d,
202 0x01, 0x64, 0x86, 0x61,
215 0x00, 0xa8, 0x86, 0x5d,
[all …]
/linux-4.4.14/drivers/mtd/nand/
Dcs553x_nand.c269 boot_cpu_data.x86 == 5 && in is_geode()
275 boot_cpu_data.x86 == 5 && in is_geode()
/linux-4.4.14/arch/arm/boot/dts/
Dr8a7778.dtsi285 ssi5: ssi@5 { interrupts = <0 0x86 IRQ_TYPE_LEVEL_HIGH>; };
286 ssi6: ssi@6 { interrupts = <0 0x86 IRQ_TYPE_LEVEL_HIGH>; };
287 ssi7: ssi@7 { interrupts = <0 0x86 IRQ_TYPE_LEVEL_HIGH>; };
288 ssi8: ssi@8 { interrupts = <0 0x86 IRQ_TYPE_LEVEL_HIGH>; };
289 ssi9: ssi@9 { interrupts = <0 0x86 IRQ_TYPE_LEVEL_HIGH>; };
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt249 #arch/x86/lib/Makefile
444 #arch/x86/kernel/Makefile
463 #arch/x86/Makefile
525 #arch/x86/Makefile
783 #arch/x86/boot/Makefile
793 #arch/x86/Makefile
795 $(Q)$(MAKE) $(clean)=arch/x86/boot
797 When "make clean" is executed, make will descend down in arch/x86/boot,
798 and clean as usual. The Makefile located in arch/x86/boot/ may use
862 #arch/x86/Makefile
[all …]
Dkbuild.txt93 But some architectures such as x86 and sparc have aliases.
94 x86: i386 for 32 bit, x86_64 for 64 bit
203 $ make ALLSOURCE_ARCHS="x86 mips arm" tags
/linux-4.4.14/tools/testing/selftests/
DMakefile28 TARGETS += x86
/linux-4.4.14/scripts/package/
Dbuildtar76 x86|i386|x86_64)
/linux-4.4.14/arch/x86/entry/vdso/
DMakefile52 HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/x86/incl…
109 cmd_x32 = $(OBJCOPY) -O elf32-x86-64 $< $@
/linux-4.4.14/Documentation/cpu-freq/
Duser-guide.txt22 1.2 x86
51 1.2 x86
54 The following processors for the x86 architecture are supported by cpufreq:
/linux-4.4.14/Documentation/ia64/
Dmca.txt123 How is ia64 MCA/INIT different from x86 NMI?
125 * x86 NMI typically gets delivered to one cpu. MCA/INIT gets sent to
128 * x86 NMI cannot be nested. MCA/INIT can be nested, to a depth of 2
131 * x86 has a separate struct task which points to one of multiple kernel
135 * x86 does not call the BIOS so the NMI handler does not have to worry
/linux-4.4.14/lib/xz/
DKconfig12 bool "x86 BCJ filter decoder" if EXPERT
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-kernel-boot_params6 It is used to export the kernel boot parameters of an x86
/linux-4.4.14/arch/x86/pci/
Damd_bus.c138 if (boot_cpu_data.x86 > 0x11) in early_root_info_init()
391 if (boot_cpu_data.x86 < 0x10) in pci_io_ecs_init()
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt55 (on x86 this can be also affected by the tolerant level of the
159 x86 has mce-inject, mce-test
174 x86 specific injector
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt69 x86 only table, will not be supported.
146 x86 only table, will not be supported.
158 x86 only table as of ACPI 5.1; future versions have been adapted for
340 _FIX 6.2.7 x86 specific, not used on arm64.
349 \_GPE 5.3.1 This namespace is for x86 use only. Do not use it
417 \_PR 5.3.1 This namespace is for x86 use only on legacy systems.
537 Since there is no direct equivalent of the x86 SCI or NMI, arm64 handles
577 While these objects have x86 equivalents, and they do make some sense in ARM
/linux-4.4.14/Documentation/thermal/
Dx86_pkg_temperature_thermal5 * x86: with package level thermal management
/linux-4.4.14/drivers/char/hw_random/
Dvia-rng.c142 if ((c->x86 == 6) && (c->x86_model >= 0x0f)) { in via_rng_init()
/linux-4.4.14/drivers/acpi/
Dprocessor_perflib.c298 if ((boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model < 10) in amd_fixup_frequency()
299 || boot_cpu_data.x86 == 0x11) { in amd_fixup_frequency()
310 if (boot_cpu_data.x86 == 0x10) in amd_fixup_frequency()
/linux-4.4.14/Documentation/RCU/
DNMI-RCU.txt8 work in "arch/x86/oprofile/nmi_timer_int.c" and in
9 "arch/x86/kernel/traps.c".
/linux-4.4.14/drivers/ras/
DKconfig33 source arch/x86/ras/Kconfig
/linux-4.4.14/Documentation/ABI/stable/
Dvdso8 if you set CS on x86 to something strange, the vDSO functions are
/linux-4.4.14/tools/power/cpupower/
DREADME6 On x86 pciutils is needed at runtime (-lpci).
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dmain.c700 boot_cpu_data.x86 == 0xF && in mtrr_bp_init()
709 boot_cpu_data.x86 == 6) { in mtrr_bp_init()
/linux-4.4.14/arch/x86/crypto/
Dtwofish_glue_3way.c442 if (boot_cpu_data.x86 == 0x06 && in is_blacklisted_cpu()
458 if (boot_cpu_data.x86 == 0x0f) { in is_blacklisted_cpu()
/linux-4.4.14/Documentation/usb/
Dlinux.inf19 ; Decoration for x86 architecture
/linux-4.4.14/Documentation/power/
Dapm-acpi.txt3 If you have a relatively recent x86 mobile, desktop, or server system,
Dsuspend-and-cpuhotplug.txt178 To give an example of x86, the collect_cpu_info() function defined in
179 arch/x86/kernel/microcode_core.c helps in discovering the type of the CPU
207 For example, in x86, the mc_cpu_callback() function (which is the microcode
/linux-4.4.14/
DMAINTAINERS257 L: platform-driver-x86@vger.kernel.org
260 F: drivers/platform/x86/acerhdf.c
264 L: platform-driver-x86@vger.kernel.org
266 F: drivers/platform/x86/acer-wmi.c
324 L: platform-driver-x86@vger.kernel.org
326 F: drivers/platform/x86/wmi.c
636 F: arch/x86/include/asm/geode.h
769 F: arch/x86/kernel/apm_32.c
1788 L: platform-driver-x86@vger.kernel.org
1791 F: drivers/platform/x86/asus*.c
[all …]
/linux-4.4.14/drivers/media/pci/ivtv/
DKconfig61 on x86 systems, using the nopat kernel parameter.
/linux-4.4.14/tools/perf/tests/
DBuild52 ifeq ($(ARCH),$(filter $(ARCH),x86 arm arm64))
/linux-4.4.14/drivers/platform/chrome/
DKconfig31 This module instantiates the persistent storage on x86 ChromeOS
/linux-4.4.14/Documentation/networking/
Dmac80211-injection.txt50 0x10, 0x86
/linux-4.4.14/drivers/clk/
DMakefile81 obj-$(CONFIG_X86) += x86/
/linux-4.4.14/drivers/crypto/ccp/
Dccp-dev.c596 switch (cpuinfo->x86) { in ccp_mod_init()
641 switch (cpuinfo->x86) { in ccp_mod_exit()
/linux-4.4.14/arch/m68k/q40/
DREADME123 the PC scancodes x86 Linux uses. So by theory every national keyboard should
124 work just by loading the appropriate x86 keytable - see any national-HOWTO.
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt165 The samples/seccomp/ directory contains both an x86-specific example
187 fall back to real syscalls. To minimize these surprises on x86, make
192 On x86-64, vsyscall emulation is enabled by default. (vsyscalls are
/linux-4.4.14/block/partitions/
DKconfig146 bool "Solaris (x86) partition table support"
149 Like most systems, Solaris x86 uses its own hard disk partition
151 to read these partition tables and further mount Solaris x86
/linux-4.4.14/Documentation/locking/
Dmutex-design.txt42 possible path. This logic is architecture specific. On x86-64, the
147 most locks in the kernel. E.g: on x86-64 it is 40 bytes, almost twice

12