Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c312 static int cpu_x86_find_by_name(x86_def_t *x86_cpu_def, const char *cpu_model) in cpu_x86_find_by_name() argument
332 memcpy(x86_cpu_def, def, sizeof(*def)); in cpu_x86_find_by_name()
351 x86_cpu_def->family = family; in cpu_x86_find_by_name()
359 x86_cpu_def->model = model; in cpu_x86_find_by_name()
367 x86_cpu_def->stepping = stepping; in cpu_x86_find_by_name()
373 x86_cpu_def->vendor1 = 0; in cpu_x86_find_by_name()
374 x86_cpu_def->vendor2 = 0; in cpu_x86_find_by_name()
375 x86_cpu_def->vendor3 = 0; in cpu_x86_find_by_name()
377 x86_cpu_def->vendor1 |= ((uint8_t)val[i ]) << (8 * i); in cpu_x86_find_by_name()
378 x86_cpu_def->vendor2 |= ((uint8_t)val[i + 4]) << (8 * i); in cpu_x86_find_by_name()
[all …]