Lines Matching refs:x86_model
226 if (c->x86 < 6 || (c->x86 == 6 && c->x86_model < 0xd)) in intel_unlock_cpuid_leafs()
241 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel()
242 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel()
287 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel()
332 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel()
383 boot_cpu_data.x86_model == 1 && in ppro_with_ram_bug()
402 c->x86_model <= 3) { in intel_smp_check()
429 if (c->x86 == 5 && c->x86_model < 9) { in intel_workarounds()
444 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633) in intel_workarounds()
462 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_stepping == 1)) { in intel_workarounds()
476 if (boot_cpu_has(X86_FEATURE_APIC) && (c->x86<<8 | c->x86_model<<4) == 0x520 && in intel_workarounds()
607 switch (c->x86_model) { in init_intel()
660 if ((c->x86 == 6) && (c->x86_model == 11) && (size == 0)) in intel_size_cache()
667 if ((c->x86 == 5) && (c->x86_model == 9)) in intel_size_cache()