Searched refs:x86_cpu_def (Results 1 – 1 of 1) sorted by relevance
311 static int cpu_x86_find_by_name(x86_def_t *x86_cpu_def, const char *cpu_model) in cpu_x86_find_by_name() argument331 memcpy(x86_cpu_def, def, sizeof(*def)); in cpu_x86_find_by_name()350 x86_cpu_def->family = family; in cpu_x86_find_by_name()358 x86_cpu_def->model = model; in cpu_x86_find_by_name()366 x86_cpu_def->stepping = stepping; in cpu_x86_find_by_name()372 x86_cpu_def->vendor1 = 0; in cpu_x86_find_by_name()373 x86_cpu_def->vendor2 = 0; in cpu_x86_find_by_name()374 x86_cpu_def->vendor3 = 0; in cpu_x86_find_by_name()376 x86_cpu_def->vendor1 |= ((uint8_t)val[i ]) << (8 * i); in cpu_x86_find_by_name()377 x86_cpu_def->vendor2 |= ((uint8_t)val[i + 4]) << (8 * i); in cpu_x86_find_by_name()[all …]