/arch/x86/tools/ |
D | Makefile | 15 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)… 36 …x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctr… 38 …x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctr…
|
/arch/x86/kernel/ |
D | microcode_core_early.c | 63 int x86; in x86_family() local 67 x86 = (eax >> 8) & 0xf; in x86_family() 68 if (x86 == 15) in x86_family() 69 x86 += (eax >> 20) & 0xff; in x86_family() 71 return x86; in x86_family() 76 int vendor, x86; in load_ucode_bsp() local 82 x86 = x86_family(); in load_ucode_bsp() 84 if (vendor == X86_VENDOR_INTEL && x86 >= 6) in load_ucode_bsp() 90 int vendor, x86; in load_ucode_ap() local 96 x86 = x86_family(); in load_ucode_ap() [all …]
|
D | amd_nb.c | 86 if (boot_cpu_data.x86 == 0xf || boot_cpu_data.x86 == 0x10 || in amd_cache_northbridges() 87 boot_cpu_data.x86 == 0x15) in amd_cache_northbridges() 94 if (boot_cpu_data.x86 == 0x10 && in amd_cache_northbridges() 100 if (boot_cpu_data.x86 == 0x15) in amd_cache_northbridges() 104 if (boot_cpu_data.x86 == 0x15) in amd_cache_northbridges() 137 if (boot_cpu_data.x86 < 0x10) in amd_get_mmconfig_range()
|
D | microcode_intel_early.c | 131 u8 x86; in get_x86_family() local 133 x86 = (sig >> 8) & 0xf; in get_x86_family() 135 if (x86 == 0xf) in get_x86_family() 136 x86 += (sig >> 20) & 0xff; in get_x86_family() 138 return x86; in get_x86_family() 143 u8 x86, x86_model; in get_x86_model() local 145 x86 = get_x86_family(sig); in get_x86_model() 148 if (x86 == 0x6 || x86 == 0xf) in get_x86_model() 162 u8 x86, x86_model; in matching_model_microcode() local 170 x86 = get_x86_family(sig); in matching_model_microcode() [all …]
|
D | microcode_intel.c | 99 if ((c->x86_model >= 5) || (c->x86 > 6)) { in collect_cpu_info() 279 c->x86, c->x86_model, c->x86_mask); in request_microcode_fw() 325 if (c->x86_vendor != X86_VENDOR_INTEL || c->x86 < 6 || in init_intel_microcode() 327 pr_err("Intel CPU family 0x%x not supported\n", c->x86); in init_intel_microcode()
|
D | microcode_amd.c | 195 switch (c->x86) { in verify_patch_size() 327 if (proc_fam != c->x86) in verify_and_add_patch() 429 if (c->x86 >= 0x15) in request_microcode_amd() 430 snprintf(fw_name, sizeof(fw_name), "amd-ucode/microcode_amd_fam%.2xh.bin", c->x86); in request_microcode_amd() 482 if (c->x86_vendor != X86_VENDOR_AMD || c->x86 < 0x10) { in init_amd_microcode() 483 pr_warning("AMD CPU family 0x%x not supported\n", c->x86); in init_amd_microcode()
|
D | vsyscall_trace.h | 27 #define TRACE_INCLUDE_PATH ../../arch/x86/kernel
|
/arch/x86/ |
D | Makefile | 4 ifeq ($(ARCH),x86) 47 include $(srctree)/arch/x86/Makefile_32.cpu 102 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \ 153 $(Q)$(MAKE) $(build)=arch/x86/tools relocs 159 $(Q)$(MAKE) $(build)=arch/x86/syscalls all 164 head-y := arch/x86/kernel/head_$(BITS).o 165 head-y += arch/x86/kernel/head$(BITS).o 166 head-y += arch/x86/kernel/head.o 168 libs-y += arch/x86/lib/ 171 core-y += arch/x86/ [all …]
|
D | Makefile.um | 1 core-y += arch/x86/crypto/ 21 include $(srctree)/arch/x86/Makefile_32.cpu 50 ELF_ARCH := i386:x86-64 51 ELF_FORMAT := elf64-x86-64
|
D | Kconfig.cpu | 13 that can run on all supported x86 CPU types (albeit not 50 bool "586/K5/5x86/6x86/6x86MX" 54 the Cyrix 5x86, 6x86 and 6x86MX. This choice does not 248 Xeon CPUs with Intel 64bit which is compatible with x86-64. 273 bool "Generic-x86-64" 276 Generic x86-64 CPU. 277 Run equally well on all x86-64 CPUs. 282 bool "Generic x86 support" 286 x86 variant (e.g. PII, Crusoe or Athlon), include some more 288 perform better on x86 CPUs other than that selected. [all …]
|
/arch/x86/kernel/cpu/ |
D | intel.c | 34 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel() 45 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel() 46 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel() 49 if (c->x86 >= 6 && !cpu_has(c, X86_FEATURE_IA64)) { in early_init_intel() 66 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_mask <= 2 && in early_init_intel() 76 if (c->x86 == 15 && c->x86_cache_alignment == 64) in early_init_intel() 81 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel() 100 if (c->x86 == 6) { in early_init_intel() 121 if (c->x86 == 6 && c->x86_model < 15) in early_init_intel() 133 if (c->x86 == 15) { in early_init_intel() [all …]
|
D | amd.c | 26 WARN_ONCE((boot_cpu_data.x86 != 0xf), in rdmsrl_amd_safe() 43 WARN_ONCE((boot_cpu_data.x86 != 0xf), in wrmsrl_amd_safe() 454 if (c->x86 > 0x10 || in bsp_init_amd() 455 (c->x86 == 0x10 && c->x86_model >= 0x2)) { in bsp_init_amd() 465 if (c->x86 == 0x15) { in bsp_init_amd() 497 if (c->x86 == 5) in early_init_amd() 504 if (cpu_has_apic && c->x86 >= 0xf) { in early_init_amd() 530 if (c->x86 == 0xf) { in init_amd() 547 if (c->x86 == 0xf) { in init_amd() 568 if (c->x86 >= 0x10) in init_amd() [all …]
|
D | bugs.c | 99 if (boot_cpu_data.x86 < 4) in check_bugs() 103 '0' + (boot_cpu_data.x86 > 6 ? 6 : boot_cpu_data.x86); in check_bugs()
|
D | perfctr-watchdog.c | 56 switch (boot_cpu_data.x86) { in nmi_perfctr_msr_to_bit() 84 switch (boot_cpu_data.x86) { in nmi_evntsel_msr_to_bit()
|
D | match.c | 39 if (m->family != X86_FAMILY_ANY && c->x86 != m->family) in x86_match_cpu() 62 boot_cpu_data.x86, in arch_print_cpu_modalias()
|
D | centaur.c | 292 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3() 323 switch (c->x86) { in early_init_centaur() 356 switch (c->x86) { in init_centaur() 476 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8))) in centaur_size_cache() 484 if ((c->x86 == 6) && (c->x86_model == 9) && in centaur_size_cache()
|
D | common.c | 75 if (c->x86 == 4) in default_init() 77 else if (c->x86 == 3) in default_init() 360 if (info->family == c->x86) in table_lookup_model() 582 c->x86 = 4; in cpu_detect() 588 c->x86 = (tfms >> 8) & 0xf; in cpu_detect() 592 if (c->x86 == 0xf) in cpu_detect() 593 c->x86 += (tfms >> 20) & 0xff; in cpu_detect() 594 if (c->x86 >= 0x6) in cpu_detect() 665 c->x86 = 4; in identify_cpu_without_cpuid() 667 c->x86 = 3; in identify_cpu_without_cpuid() [all …]
|
/arch/x86/include/asm/ |
D | geode.h | 20 (boot_cpu_data.x86 == 5) && in is_geode_gx() 27 (boot_cpu_data.x86 == 5) && in is_geode_lx()
|
D | fb.h | 11 if (boot_cpu_data.x86 > 3) in fb_pgprotect()
|
/arch/x86/lib/ |
D | Makefile | 5 inat_tables_script = $(srctree)/arch/x86/tools/gen-insn-attr-x86.awk 6 inat_tables_maps = $(srctree)/arch/x86/lib/x86-opcode-map.txt
|
/arch/x86/um/ |
D | Kconfig | 9 source "arch/x86/Kconfig.cpu" 18 bool "64-bit kernel" if SUBARCH = "x86" 49 N (on x86-64 it's automatically enabled, instead, as it's safe there).
|
/arch/x86/kvm/ |
D | Makefile | 2 ccflags-y += -Ivirt/kvm -Iarch/x86/kvm 15 kvm-y += x86.o mmu.o emulate.o i8259.o irq.o lapic.o \
|
/arch/x86/realmode/rm/ |
D | Makefile | 59 cmd_relocs = arch/x86/tools/relocs --realmode $< > $@ 70 -I$(srctree)/arch/x86/boot \
|
/arch/x86/kernel/acpi/ |
D | cstate.c | 53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f))) in acpi_processor_power_init_bm_check()
|
/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 11 OUTPUT_ARCH(i386:x86-64)
|