Lines Matching defs:X86CPUClass
2362 struct X86CPUClass { struct
2363 CPUClass parent_class;
2369 const X86CPUModel *model;
2371 bool max_features; /* Enable all supported features automatically */
2372 bool host_cpuid_required;
2373 int ordering;
2374 bool migration_safe;
2375 bool static_model;
2381 const char *model_description;
2383 DeviceRealize parent_realize;
2384 DeviceUnrealize parent_unrealize;
2385 ResettablePhases parent_phases;