Home
last modified time | relevance | path

Searched refs:x86_model (Results 1 – 23 of 23) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dintel.c56 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 Damd.c195 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 Dcommon.c319 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 Dcentaur.c42 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3()
A Dmwait-idle.c1091 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 Dalternative.c95 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 Dnmi.c359 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 Dmicrocode_intel.c110 if ( (c->x86_model >= 5) || (c->x86 > 6) ) in collect_cpu_info()
A Dplatform_hypercall.c614 ver->model = c->x86_model; in do_platform_op()
A Dmpparse.c501 (boot_cpu_data.x86_model << 4) | in construct_default_ISA_mptable()
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dnmi_int.c298 __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 Dop_model_ppro.c92 current_cpu_data.x86_model == 15)) { in ppro_setup_ctrs()
303 current_cpu_data.x86_model == 15) { in arch_perfmon_setup_counters()
A Dop_model_p4.c423 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 Dmce_amd.c172 (mce_amd_quirks[i].cpu_model != c->x86_model) ) in mcequirk_lookup_amd_quirkdata()
A Dmce_intel.c718 c->x86_model >= 0xe ) in mce_is_broadcast()
A Dmce.c589 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 Dcpu_idle.c140 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 Dpowernow.c154 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 Dprocessor.h126 __u8 x86_model; member
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dgeneric.c513 boot_cpu_data.x86_model == 1 && in generic_validate_add_page()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_init.c843 (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 Dvmx.c2745 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 Dvmcs.c276 boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 0x4d && in vmx_init_vmcs_config()

Completed in 44 milliseconds