Home | History | Annotate | Download | only in target-i386

Lines Matching defs:model_id

119     char model_id[48];
156 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
184 .model_id = "AMD Phenom(tm) 9550 Quad-Core Processor"
205 .model_id = "Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz",
217 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
236 .model_id = "Genuine Intel(R) CPU T2600 @ 2.16GHz",
287 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
308 .model_id = "Intel(R) Atom(TM) CPU N270 @ 1.60GHz",
382 } else if (!strcmp(featurestr, "model_id")) {
383 pstrcpy(x86_cpu_def->model_id, sizeof(x86_cpu_def->model_id),
449 const char *model_id = def->model_id;
451 if (!model_id)
452 model_id = "";
453 len = strlen(model_id);
458 c = (uint8_t)model_id[i];