Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/
A Dintel.c29 switch (boot_cpu_data.x86_model) { in check_memory_type_self_snoop_errata()
83 switch (c->x86_model) { in probe_masking_msrs()
134 "got (%#x/%#x/%#x)\n", c->x86, c->x86_model, in probe_masking_msrs()
286 if (boot_cpu_data.x86 == 0xF && boot_cpu_data.x86_model == 3 && in early_init_intel()
345 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_mask == 1)) { in Intel_errata_workarounds()
356 (c->x86_model == 29 || c->x86_model == 46 || c->x86_model == 47)) in Intel_errata_workarounds()
439 switch ( c->x86_model ) in intel_log_freq()
476 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in init_intel()
477 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in init_intel()
A Damd.c200 c->x86, c->x86_model, c->cpuid_level); in probe_masking_msrs()
395 ms = (cpu->x86_model << 4) | cpu->x86_mask; in cpu_has_amd_erratum()
670 if (c->x86 == 0xf && c->x86_model < 0x14 in init_amd()
791 (c->x86_model >= 0x10) && (c->x86_model <= 0x1f) && in init_amd()
808 if (c->x86 == 0x15 && c->x86_model >= 0x02 && c->x86_model < 0x20 && in init_amd()
832 if (c->x86 == 0x16 && c->x86_model <= 0xf) { in init_amd()
A Dcommon.c317 c->x86 = get_cpu_family(eax, &c->x86_model, &c->x86_mask); in early_cpu_init()
330 c->x86_model, c->x86_model, c->x86_mask, eax); in early_cpu_init()
378 c->x86 = get_cpu_family(eax, &c->x86_model, &c->x86_mask); in generic_identify()
444 c->x86_model = c->x86_mask = 0; /* So far unknown... */ in identify_cpu()
497 "%02x/%02x", c->x86_vendor, c->x86_model); in identify_cpu()
906 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.c1137 switch (boot_cpu_data.x86_model) { in mwait_idle_state_table_update()
1158 boot_cpu_data.x86, boot_cpu_data.x86_model); in mwait_idle_probe()
1191 boot_cpu_data.x86_model); in mwait_idle_probe()
/xen/xen/arch/x86/
A Dspec_ctrl.c474 switch ( boot_cpu_data.x86_model ) in retpoline_safe()
552 boot_cpu_data.x86_model); in retpoline_safe()
568 switch ( boot_cpu_data.x86_model ) in should_use_eager_fpu()
628 boot_cpu_data.x86_model); in should_use_eager_fpu()
644 switch ( boot_cpu_data.x86_model ) in l1tf_calculations()
727 boot_cpu_data.x86_model); in l1tf_calculations()
792 switch ( boot_cpu_data.x86_model ) in mds_calculations()
875 boot_cpu_data.x86_model); in mds_calculations()
A Dnmi.c371 if (boot_cpu_data.x86_model >= 0x3) { in setup_p4_watchdog()
411 setup_p6_watchdog((boot_cpu_data.x86_model < 14) in setup_apic_nmi_watchdog()
A Dalternative.c115 switch ( boot_cpu_data.x86_model ) in arch_init_ideal_nops()
A Dplatform_hypercall.c600 ver->model = c->x86_model; in do_platform_op()
A Dmpparse.c515 (boot_cpu_data.x86_model << 4) | in construct_default_ISA_mptable()
A Dcpuid.c357 boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 0x3a && in guest_common_default_feature_adjustments()
/xen/xen/arch/x86/oprofile/
A Dnmi_int.c299 __u8 cpu_model = current_cpu_data.x86_model; in p4_init()
343 __u8 cpu_model = current_cpu_data.x86_model; in ppro_init()
380 __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/xen/drivers/passthrough/vtd/
A Dquirks.c561 (boot_cpu_data.x86_model == 0x2a || in quirk_iommu_caps()
562 boot_cpu_data.x86_model == 0x2d) ) in quirk_iommu_caps()
/xen/xen/arch/x86/cpu/mcheck/
A Dmce_amd.c182 (mce_amd_quirks[i].cpu_model != c->x86_model) ) in mcequirk_lookup_amd_quirkdata()
A Dmce_intel.c715 c->x86_model >= 0xe ) in mce_is_broadcast()
864 switch ( c->x86_model ) in intel_init_ppin()
A Dmce.c600 c->x86_vendor == X86_VENDOR_INTEL && c->x86_model < 0x1a; in mce_firstbank()
997 xcp->mc_model = c->x86_model; in do_mc_get_cpu_info()
/xen/xen/arch/x86/acpi/cpufreq/
A Dpowernow.c151 if ((c->x86 != 0x10 || c->x86_model >= 10) && c->x86 != 0x11) in amd_fixup_frequency()
/xen/xen/include/asm-x86/
A Dprocessor.h117 __u8 x86_model; member
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c2414 switch ( boot_cpu_data.x86_model ) in has_if_pschange_mc()
2480 boot_cpu_data.x86_model); in has_if_pschange_mc()
2758 switch ( boot_cpu_data.x86_model ) in last_branch_msr_get()
2815 switch ( boot_cpu_data.x86_model ) in last_branch_msr_get()
2872 switch ( boot_cpu_data.x86_model ) in lbr_tsx_fixup_check()
2917 switch ( boot_cpu_data.x86_model ) in ler_to_fixup_check()
A Dvmcs.c2138 boot_cpu_data.x86_model == 0x4d); in vmx_vmcs_init()
/xen/xen/arch/x86/cpu/mtrr/
A Dgeneric.c576 boot_cpu_data.x86_model == 1 && in generic_validate_add_page()
/xen/xen/arch/x86/acpi/
A Dcpu_idle.c156 switch ( c->x86_model ) in do_get_hw_residencies()
1054 (c->x86 > 0x6 || (c->x86 == 6 && c->x86_model >= 14)) ) in acpi_processor_power_init_bm_check()
/xen/xen/drivers/passthrough/amd/
A Diommu_init.c849 (boot_cpu_data.x86_model < 0x10) || in amd_iommu_erratum_746_workaround()
850 (boot_cpu_data.x86_model > 0x1f) ) in amd_iommu_erratum_746_workaround()

Completed in 49 milliseconds