Lines Matching refs:boot_cpu_data
321 if (boot_cpu_data.x86 != 0x10) in has_erratum_319()
347 return boot_cpu_data.x86_model < 4 || in has_erratum_319()
348 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
418 if (boot_cpu_data.x86 == 0x15 && in k10temp_probe()
419 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe()
420 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe()
423 } else if (boot_cpu_data.x86 == 0x17 || boot_cpu_data.x86 == 0x18) { in k10temp_probe()
428 switch (boot_cpu_data.x86_model) { in k10temp_probe()
444 } else if (boot_cpu_data.x86 == 0x19) { in k10temp_probe()
449 switch (boot_cpu_data.x86_model) { in k10temp_probe()
469 if (boot_cpu_data.x86 == entry->model && in k10temp_probe()
470 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()