Searched refs:X86CPUModel (Results 1 – 2 of 2) sorted by relevance
2043 struct X86CPUModel { struct5362 static X86CPUVersion x86_cpu_model_last_version(const X86CPUModel *model) in x86_cpu_model_last_version()5375 static X86CPUVersion x86_cpu_model_resolve_version(const X86CPUModel *model) in x86_cpu_model_resolve_version()6286 static void x86_cpu_apply_version_props(X86CPU *cpu, X86CPUModel *model) in x86_cpu_apply_version_props()6315 X86CPUModel *model) in x86_cpu_get_versioned_cache_info()6343 static void x86_cpu_load_model(X86CPU *cpu, X86CPUModel *model) in x86_cpu_load_model()6413 X86CPUModel *model = data; in x86_cpu_cpudef_class_init()6422 static void x86_register_cpu_model_type(const char *name, X86CPUModel *model) in x86_register_cpu_model_type()6443 X86CPUModel *m; in x86_register_cpudef_types()6454 m = g_new0(X86CPUModel, 1); in x86_register_cpudef_types()[all …]
2230 typedef struct X86CPUModel X86CPUModel; typedef2251 X86CPUModel *model;