Home
last modified time | relevance | path

Searched refs:x86_vfm (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel.c75 switch (c->x86_vfm) { in check_memory_type_self_snoop_errata()
109 switch (c->x86_vfm) { in probe_xeon_phi_r3mwait()
177 if (c->x86_vfm == spectre_bad_microcodes[i].vfm && in bad_spectre_microcode()
312 if (c->x86_vfm == INTEL_ATOM_BONNELL && c->x86_stepping <= 2 && in early_init_intel()
344 switch (c->x86_vfm) { in early_init_intel()
389 if (c->x86_vfm == INTEL_QUARK_X1000) { in early_init_intel()
660 (c->x86_vfm == INTEL_CORE2_DUNNINGTON || in init_intel()
661 c->x86_vfm == INTEL_NEHALEM_EX || in init_intel()
662 c->x86_vfm == INTEL_WESTMERE_EX)) in init_intel()
666 (c->x86_vfm == INTEL_ATOM_GOLDMONT || in init_intel()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h99 __u32 x86_vfm; member