/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | intel.c | 56 switch (c->x86_model) { in probe_masking_msrs() 107 "got (%#x/%#x/%#x)\n", c->x86, c->x86_model, in probe_masking_msrs() 237 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel() 260 if (boot_cpu_data.x86 == 0xF && boot_cpu_data.x86_model == 3 && in early_init_intel() 281 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_mask == 1)) { in Intel_errata_workarounds() 292 (c->x86_model == 29 || c->x86_model == 46 || c->x86_model == 47)) in Intel_errata_workarounds() 340 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in init_intel() 341 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in init_intel()
|
A D | amd.c | 195 c->x86, c->x86_model, c->cpuid_level); in probe_masking_msrs() 393 ms = (cpu->x86_model << 4) | cpu->x86_mask; in cpu_has_amd_erratum() 553 if (c->x86 == 0xf && c->x86_model < 0x14 in init_amd() 595 (c->x86_model >= 0x10) && (c->x86_model <= 0x1f) && in init_amd() 612 if (c->x86 == 0x15 && c->x86_model >= 0x02 && c->x86_model < 0x20 && in init_amd() 636 if (c->x86 == 0x16 && c->x86_model <= 0xf) { in init_amd()
|
A D | common.c | 319 c->x86 = get_cpu_family(eax, &c->x86_model, &c->x86_mask); in early_cpu_detect() 332 c->x86_model, c->x86_model, c->x86_mask, eax); in early_cpu_detect() 367 c->x86 = get_cpu_family(eax, &c->x86_model, &c->x86_mask); in generic_identify() 426 c->x86_model = c->x86_mask = 0; /* So far unknown... */ in identify_cpu() 479 "%02x/%02x", c->x86_vendor, c->x86_model); in identify_cpu() 854 if (c->x86_model != m->model) in x86_match_cpu()
|
A D | centaur.c | 42 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3()
|
A D | mwait-idle.c | 1091 switch (boot_cpu_data.x86_model) { in mwait_idle_state_table_update() 1111 boot_cpu_data.x86, boot_cpu_data.x86_model); in mwait_idle_probe() 1139 boot_cpu_data.x86_model); in mwait_idle_probe()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | alternative.c | 95 boot_cpu_data.x86_model >= 0x0f && in arch_init_ideal_nops() 96 boot_cpu_data.x86_model != 0x1c && in arch_init_ideal_nops() 97 boot_cpu_data.x86_model != 0x26 && in arch_init_ideal_nops() 98 boot_cpu_data.x86_model != 0x27 && in arch_init_ideal_nops() 99 boot_cpu_data.x86_model < 0x30) ) in arch_init_ideal_nops()
|
A D | nmi.c | 359 if (boot_cpu_data.x86_model >= 0x3) { in setup_p4_watchdog() 399 setup_p6_watchdog((boot_cpu_data.x86_model < 14) in setup_apic_nmi_watchdog()
|
A D | microcode_intel.c | 110 if ( (c->x86_model >= 5) || (c->x86 > 6) ) in collect_cpu_info()
|
A D | platform_hypercall.c | 614 ver->model = c->x86_model; in do_platform_op()
|
A D | mpparse.c | 501 (boot_cpu_data.x86_model << 4) | in construct_default_ISA_mptable()
|
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/ |
A D | nmi_int.c | 298 __u8 cpu_model = current_cpu_data.x86_model; in p4_init() 342 __u8 cpu_model = current_cpu_data.x86_model; in ppro_init() 379 __u8 _model = current_cpu_data.x86_model; in nmi_init()
|
A D | op_model_ppro.c | 92 current_cpu_data.x86_model == 15)) { in ppro_setup_ctrs() 303 current_cpu_data.x86_model == 15) { in arch_perfmon_setup_counters()
|
A D | op_model_p4.c | 423 if (boot_cpu_data.x86_model >= 0x3) { in p4_fill_in_addresses() 571 if (boot_cpu_data.x86_model < 0x3) { in p4_setup_ctrs()
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | mce_amd.c | 172 (mce_amd_quirks[i].cpu_model != c->x86_model) ) in mcequirk_lookup_amd_quirkdata()
|
A D | mce_intel.c | 718 c->x86_model >= 0xe ) in mce_is_broadcast()
|
A D | mce.c | 589 c->x86_vendor == X86_VENDOR_INTEL && c->x86_model < 0x1a; in mce_firstbank() 967 xcp->mc_model = c->x86_model; in do_mc_get_cpu_info()
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | cpu_idle.c | 140 switch ( c->x86_model ) in do_get_hw_residencies() 508 int model = boot_cpu_data.x86_model; in errata_c6_eoi_workaround() 907 (c->x86 > 0x6 || (c->x86 == 6 && c->x86_model >= 14)) ) in acpi_processor_power_init_bm_check()
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/cpufreq/ |
A D | powernow.c | 154 if ((c->x86 != 0x10 || c->x86_model >= 10) && c->x86 != 0x11) in amd_fixup_frequency()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | processor.h | 126 __u8 x86_model; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/ |
A D | generic.c | 513 boot_cpu_data.x86_model == 1 && in generic_validate_add_page()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 843 (boot_cpu_data.x86_model < 0x10) || in amd_iommu_erratum_746_workaround() 844 (boot_cpu_data.x86_model > 0x1f) ) in amd_iommu_erratum_746_workaround()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 2745 switch ( boot_cpu_data.x86_model ) in last_branch_msr_get() 2796 switch ( boot_cpu_data.x86_model ) in last_branch_msr_get() 2866 if ( boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 79 ) in bdw_erratum_bdf14_fixup_check()
|
A D | vmcs.c | 276 boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 0x4d && in vmx_init_vmcs_config()
|