Lines Matching refs:boot_cpu_data
315 if (boot_cpu_data.x86 != 0x10) in has_erratum_319()
341 return boot_cpu_data.x86_model < 4 || in has_erratum_319()
342 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
416 if (boot_cpu_data.x86 == 0x17 && in k10temp_probe()
417 strstr(boot_cpu_data.x86_model_id, AMD_I3255_STR)) { in k10temp_probe()
421 if (boot_cpu_data.x86 == 0x15 && in k10temp_probe()
422 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe()
423 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe()
426 } else if (boot_cpu_data.x86 == 0x17 || boot_cpu_data.x86 == 0x18) { in k10temp_probe()
431 switch (boot_cpu_data.x86_model) { in k10temp_probe()
451 } else if (boot_cpu_data.x86 == 0x19) { in k10temp_probe()
456 switch (boot_cpu_data.x86_model) { in k10temp_probe()
478 } else if (boot_cpu_data.x86 == 0x1a) { in k10temp_probe()
490 if (boot_cpu_data.x86 == entry->model && in k10temp_probe()
491 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()