Lines Matching refs:boot_cpu_data
330 if (boot_cpu_data.x86 != 0x10) in has_erratum_319()
356 return boot_cpu_data.x86_model < 4 || in has_erratum_319()
357 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
441 if (boot_cpu_data.x86 == 0x17 && in k10temp_probe()
442 strstr(boot_cpu_data.x86_model_id, AMD_I3255_STR)) { in k10temp_probe()
450 } else if (boot_cpu_data.x86 == 0x15 && in k10temp_probe()
451 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe()
452 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe()
460 if (boot_cpu_data.x86 == 0x17 || boot_cpu_data.x86 == 0x18) { in k10temp_probe()
461 switch (boot_cpu_data.x86_model) { in k10temp_probe()
481 } else if (boot_cpu_data.x86 == 0x19) { in k10temp_probe()
482 switch (boot_cpu_data.x86_model) { in k10temp_probe()
510 if (boot_cpu_data.x86 == entry->model && in k10temp_probe()
511 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()