Lines Matching refs:boot_cpu_data
305 if (boot_cpu_data.x86 != 0x10) in has_erratum_319()
331 return boot_cpu_data.x86_model < 4 || in has_erratum_319()
332 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
406 if (boot_cpu_data.x86 == 0x15 && in k10temp_probe()
407 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe()
408 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe()
411 } else if (boot_cpu_data.x86 == 0x17 || boot_cpu_data.x86 == 0x18) { in k10temp_probe()
416 switch (boot_cpu_data.x86_model) { in k10temp_probe()
436 } else if (boot_cpu_data.x86 == 0x19) { in k10temp_probe()
441 switch (boot_cpu_data.x86_model) { in k10temp_probe()
471 if (boot_cpu_data.x86 == entry->model && in k10temp_probe()
472 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()