Searched refs:x86_model_id (Results 1 – 3 of 3) sorted by relevance
202 v = (unsigned int *) c->x86_model_id; in get_model_name()206 c->x86_model_id[48] = 0; in get_model_name()210 p = q = &c->x86_model_id[0]; in get_model_name()216 while ( q <= &c->x86_model_id[48] ) in get_model_name()428 c->x86_model_id[0] = '\0'; /* Unset */ in identify_cpu()476 if ( !c->x86_model_id[0] ) { in identify_cpu()478 snprintf(c->x86_model_id, sizeof(c->x86_model_id), in identify_cpu()676 if (vendor && strncmp(c->x86_model_id, vendor, strlen(vendor))) in print_cpu_info()679 if (!c->x86_model_id[0]) in print_cpu_info()682 printk("%s", c->x86_model_id); in print_cpu_info()
132 char x86_model_id[64]; member
972 memcpy(xcp->mc_brandid, c->x86_model_id, sizeof xcp->mc_brandid); in do_mc_get_cpu_info()
Completed in 9 milliseconds