Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c202 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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h132 char x86_model_id[64]; member
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce.c972 memcpy(xcp->mc_brandid, c->x86_model_id, sizeof xcp->mc_brandid); in do_mc_get_cpu_info()

Completed in 8 milliseconds