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

Lines Matching refs:cpu_model

312 static int cpu_x86_find_by_name(x86_def_t *x86_cpu_def, const char *cpu_model)
317 char *s = strdup(cpu_model);
419 static int cpu_x86_register (CPUX86State *env, const char *cpu_model)
423 if (cpu_x86_find_by_name(def, cpu_model) < 0)
1778 CPUX86State *cpu_x86_init(const char *cpu_model)
1785 env->cpu_model_str = cpu_model;
1796 if (cpu_x86_register(env, cpu_model) < 0) {