Lines Matching refs:x86_model

94 	ms = (cpu->x86_model << 4) | cpu->x86_stepping;  in cpu_has_amd_erratum()
172 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5()
185 if (c->x86_model < 6) { in init_amd_k6()
187 if (c->x86_model == 0) { in init_amd_k6()
194 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()
223 if (c->x86_model < 8 || in init_amd_k6()
224 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()
243 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()
244 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6()
265 if (c->x86_model == 10) { in init_amd_k6()
283 if (c->x86_model >= 6 && c->x86_model <= 10) { in init_amd_k7()
296 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7()
314 if ((c->x86_model == 6) && ((c->x86_stepping == 0) || in init_amd_k7()
319 if ((c->x86_model == 7) && (c->x86_stepping == 0)) in init_amd_k7()
329 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) || in init_amd_k7()
330 ((c->x86_model == 7) && (c->x86_stepping >= 1)) || in init_amd_k7()
331 (c->x86_model > 7)) in init_amd_k7()
547 (c->x86 == 0x10 && c->x86_model >= 0x2)) { in bsp_init_amd()
613 switch (c->x86_model) { in bsp_init_amd()
630 switch (c->x86_model) { in bsp_init_amd()
651 WARN_ONCE(1, "Family 0x%x, model: 0x%x??\n", c->x86, c->x86_model); in bsp_init_amd()
739 if (c->x86_model == 13 || c->x86_model == 9 || in early_init_amd()
740 (c->x86_model == 8 && c->x86_stepping >= 8)) in early_init_amd()
772 if (c->x86 == 0x16 && c->x86_model <= 0xf) in early_init_amd()
788 (c->x86_model >= 0x10 && c->x86_model <= 0x6f) && in early_init_amd()
828 if (c->x86_model < 0x14 && cpu_has(c, X86_FEATURE_LAHF_LM)) { in init_amd_k8()
962 if ((c->x86_model >= 0x02) && (c->x86_model < 0x20)) { in init_amd_bd()
1048 switch (boot_cpu_data.x86_model) { in cpu_has_zenbleed_microcode()
1194 (boot_cpu_has(X86_FEATURE_ZEN1) && c->x86_model > 0x2f)) in init_amd()
1224 if (c->x86_model == 3 && c->x86_stepping == 0) in amd_size_cache()
1227 if (c->x86_model == 4 && in amd_size_cache()
1272 if (c->x86 == 0x15 && c->x86_model <= 0x1f) { in cpu_detect_tlb_amd()
1353 if (c->x86 == 0x17 && ((c->x86_model >= 0x30 && c->x86_model < 0x40) || in amd_get_highest_perf()
1354 (c->x86_model >= 0x70 && c->x86_model < 0x80))) in amd_get_highest_perf()
1357 if (c->x86 == 0x19 && ((c->x86_model >= 0x20 && c->x86_model < 0x30) || in amd_get_highest_perf()
1358 (c->x86_model >= 0x40 && c->x86_model < 0x70))) in amd_get_highest_perf()