Searched refs:x86_model_id (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcommon.c69 strcpy(c->x86_model_id, "486");
71 strcpy(c->x86_model_id, "386");
96 v = (unsigned int *) c->x86_model_id;
100 c->x86_model_id[48] = 0;
104 p = q = &c->x86_model_id[0];
110 while ( q <= &c->x86_model_id[48] )
403 c->x86_model_id[0] = '\0'; /* Unset */
472 if ( !c->x86_model_id[0] ) {
476 strcpy(c->x86_model_id, p);
479 sprintf(c->x86_model_id, "
[all...]
H A Dproc.c95 c->x86_model_id[0] ? c->x86_model_id : "unknown");
H A Dcyrix.c184 char *buf = c->x86_model_id;
H A Dintel.c155 strcpy(c->x86_model_id, p);
H A Dcentaur.c436 sprintf( c->x86_model_id, "WinChip %s", name );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsetup.c428 v = (unsigned int *) c->x86_model_id;
432 c->x86_model_id[48] = 0;
588 strcpy(c->x86_model_id, "Hammer");
775 c->x86_model_id[0] = '\0'; /* Unset */
902 if (c->x86_model_id[0])
903 printk("%s", c->x86_model_id);
1002 c->x86_model_id[0] ? c->x86_model_id : "unknown");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dspeedstep-centrino.c245 strcmp(cpu->x86_model_id, model->model_name) == 0))
252 cpu->x86_model_id);
259 cpu->x86_model_id);
H A Dspeedstep-lib.c287 if ((ebx == 0x0e) || (strstr(c->x86_model_id,"Mobile Intel(R) Pentium(R) 4") != NULL))
H A Dpowernow-k8.c1334 boot_cpu_data.x86_model_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dprocessor.h59 char x86_model_id[64]; member in struct:cpuinfo_x86
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h62 char x86_model_id[64]; member in struct:cpuinfo_x86

Completed in 74 milliseconds