Home
last modified time | relevance | path

Searched refs:x86_model_id (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/arch/x86/kernel/cpu/
Dcommon.c99 strcpy(c->x86_model_id, "486"); in default_init()
101 strcpy(c->x86_model_id, "386"); in default_init()
631 v = (unsigned int *)c->x86_model_id; in get_model_name()
635 c->x86_model_id[48] = 0; in get_model_name()
638 p = q = s = &c->x86_model_id[0]; in get_model_name()
1437 c->x86_model_id[0] = '\0'; /* Unset */ in identify_cpu()
1496 if (!c->x86_model_id[0]) { in identify_cpu()
1500 strcpy(c->x86_model_id, p); in identify_cpu()
1503 sprintf(c->x86_model_id, "%02x/%02x", in identify_cpu()
1621 if (vendor && !strstr(c->x86_model_id, vendor)) in print_cpu_info()
[all …]
Dproc.c73 c->x86_model_id[0] ? c->x86_model_id : "unknown"); in show_cpuinfo()
Dcentaur.c242 sprintf(c->x86_model_id, "WinChip %s", name); in init_centaur()
Dcyrix.c194 char *buf = c->x86_model_id; in init_cyrix()
Damd.c746 if (!c->x86_model_id[0]) in init_amd_k8()
747 strcpy(c->x86_model_id, "Hammer"); in init_amd_k8()
Dintel.c746 strcpy(c->x86_model_id, p); in init_intel()
/Linux-v5.4/drivers/cpufreq/
Dspeedstep-centrino.c242 strcmp(cpu->x86_model_id, model->model_name) == 0)) in centrino_cpu_init_table()
249 cpu->x86_model_id); in centrino_cpu_init_table()
256 cpu->x86_model_id); in centrino_cpu_init_table()
Dspeedstep-lib.c314 (strstr(c->x86_model_id, in speedstep_detect_processor()
Dpowernow-k8.c1204 num_online_nodes(), boot_cpu_data.x86_model_id, supported_cpus); in powernowk8_init()
/Linux-v5.4/drivers/hwmon/
Dk10temp.c327 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()
Dcoretemp.c252 if (strstr(c->x86_model_id, tjmax_table[i].id)) in adjust_tjmax()
/Linux-v5.4/drivers/platform/x86/
Dintel_ips.c1322 if (strstr(boot_cpu_data.x86_model_id, "CPU M")) in ips_detect_cpu()
1324 else if (strstr(boot_cpu_data.x86_model_id, "CPU L")) in ips_detect_cpu()
1326 else if (strstr(boot_cpu_data.x86_model_id, "CPU U")) in ips_detect_cpu()
/Linux-v5.4/arch/x86/include/asm/
Dprocessor.h98 char x86_model_id[64]; member
/Linux-v5.4/drivers/edac/
De752x_edac.c1214 char *cpu_id = cpu_data(0).x86_model_id; in e752x_init_sysbus_parity_mask()