Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.h2360 typedef struct X86CPUModel X86CPUModel; typedef
2381 const X86CPUModel *model;
H A Dcpu.c2212 struct X86CPUModel { struct
6669 static X86CPUVersion x86_cpu_model_last_version(const X86CPUModel *model) in x86_cpu_model_last_version()
6682 static X86CPUVersion x86_cpu_model_resolve_version(const X86CPUModel *model) in x86_cpu_model_resolve_version()
7640 static void x86_cpu_apply_version_props(X86CPU *cpu, const X86CPUModel *model) in x86_cpu_apply_version_props()
7669 const X86CPUModel *model) in x86_cpu_get_versioned_cache_info()
7697 static void x86_cpu_load_model(X86CPU *cpu, const X86CPUModel *model) in x86_cpu_load_model()
7767 const X86CPUModel *model = data; in x86_cpu_cpudef_class_init()
7776 static void x86_register_cpu_model_type(const char *name, X86CPUModel *model) in x86_register_cpu_model_type()
7797 X86CPUModel *m; in x86_register_cpudef_types()
7808 m = g_new0(X86CPUModel, 1); in x86_register_cpudef_types()
[all …]