Searched refs:TYPE_X86_CPU (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | pc.c | 85 { TYPE_X86_CPU, "guest-phys-bits", "0" }, 87 { TYPE_X86_CPU, "legacy-multi-node", "on" }, 171 { "EPYC" "-" TYPE_X86_CPU, "npt", "off" }, 195 { TYPE_X86_CPU, "legacy-cache", "on" }, 196 { TYPE_X86_CPU, "topoext", "off" }, 209 { TYPE_X86_CPU, "x-hv-max-vps", "0x40" }, 221 { TYPE_X86_CPU, "tcg-cpuid", "off" }, 230 { TYPE_X86_CPU, "l3-cache", "off" }, 240 { TYPE_X86_CPU, "cpuid-0xb", "off" }, 242 { TYPE_X86_CPU, "fill-mtrr-mask", "off" }, [all …]
|
/openbmc/qemu/target/i386/ |
H A D | cpu-qom.h | 26 #define TYPE_X86_CPU "x86_64-cpu" macro 28 #define TYPE_X86_CPU "i386-cpu" macro 33 #define X86_CPU_TYPE_SUFFIX "-" TYPE_X86_CPU
|
H A D | cpu-sysemu.c | 161 xcc = X86_CPU_CLASS(cpu_class_by_name(TYPE_X86_CPU, model)); in x86_cpu_from_model()
|
H A D | cpu.c | 5364 .parent = TYPE_X86_CPU, 5888 GSList *list = object_class_get_list(TYPE_X86_CPU, false); in get_sorted_cpu_model_list() 6343 .parent = TYPE_X86_CPU, in x86_register_cpu_model_type() 8472 .name = TYPE_X86_CPU, 8497 .parent = TYPE_X86_CPU,
|
H A D | cpu.h | 2417 #define CPU_RESOLVING_TYPE TYPE_X86_CPU
|