Lines Matching refs:boot_cpu_data
325 if (boot_cpu_data.x86 != 0x10) in has_erratum_319()
351 return boot_cpu_data.x86_model < 4 || in has_erratum_319()
352 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
436 if (boot_cpu_data.x86 == 0x17 && in k10temp_probe()
437 strstr(boot_cpu_data.x86_model_id, AMD_I3255_STR)) { in k10temp_probe()
445 } else if (boot_cpu_data.x86 == 0x15 && in k10temp_probe()
446 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe()
447 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe()
455 if (boot_cpu_data.x86 == 0x17 || boot_cpu_data.x86 == 0x18) { in k10temp_probe()
456 switch (boot_cpu_data.x86_model) { in k10temp_probe()
476 } else if (boot_cpu_data.x86 == 0x19) { in k10temp_probe()
477 switch (boot_cpu_data.x86_model) { in k10temp_probe()
505 if (boot_cpu_data.x86 == entry->model && in k10temp_probe()
506 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()