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

Lines Matching refs:cpu_model

311 static int cpu_x86_find_by_name(x86_def_t *x86_cpu_def, const char *cpu_model)
316 char *s = strdup(cpu_model);
418 static int cpu_x86_register (CPUX86State *env, const char *cpu_model)
422 if (cpu_x86_find_by_name(def, cpu_model) < 0)
1772 CPUX86State *cpu_x86_init(const char *cpu_model)
1779 env->cpu_model_str = cpu_model;
1790 if (cpu_x86_register(env, cpu_model) < 0) {