Lines Matching refs:model_id
119 char model_id[48]; member
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",
383 pstrcpy(x86_cpu_def->model_id, sizeof(x86_cpu_def->model_id), in cpu_x86_find_by_name()
449 const char *model_id = def->model_id; in cpu_x86_register() local
451 if (!model_id) in cpu_x86_register()
452 model_id = ""; in cpu_x86_register()
453 len = strlen(model_id); in cpu_x86_register()
458 c = (uint8_t)model_id[i]; in cpu_x86_register()