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