Home
last modified time | relevance | path

Searched refs:cpu_model_from_type (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/target/mips/system/
H A Dmips-qmp-cmds.c33 info->name = cpu_model_from_type(typename); in mips_cpu_add_definition()
/openbmc/qemu/target/loongarch/
H A Dloongarch-qmp-cmds.c25 info->name = cpu_model_from_type(typename); in loongarch_cpu_add_definition()
/openbmc/qemu/hw/core/
H A Dcpu-common.c158 char *cpu_model_from_type(const char *typename) in cpu_model_from_type() function
414 g_autofree char *model = cpu_model_from_type(typename); in type_init()
H A Dmachine-hmp-cmds.c36 g_autofree char *cpu_model = cpu_model_from_type(cpu->value->qom_type); in hmp_info_cpus()
H A Dmachine.c1577 g_autofree char *requested = cpu_model_from_type(machine->cpu_type); in is_cpu_type_supported()
1580 g_autofree char *model = cpu_model_from_type( in is_cpu_type_supported()
1586 g_autofree char *model = cpu_model_from_type( in is_cpu_type_supported()
/openbmc/qemu/target/ppc/
H A Dppc-qmp-cmds.c197 info->name = cpu_model_from_type(typename); in ppc_cpu_defs_entry()
H A Dcpu_init.c7155 name = cpu_model_from_type(typename); in ppc_cpu_list_entry()
/openbmc/qemu/target/arm/
H A Darm-qmp-cmds.c234 info->name = cpu_model_from_type(typename); in arm_cpu_add_definition()
/openbmc/qemu/target/riscv/
H A Driscv-qmp-cmds.c47 info->name = cpu_model_from_type(typename); in riscv_cpu_add_definition()
H A Dcpu.c516 return cpu_model_from_type(typename); in riscv_cpu_get_name()
/openbmc/qemu/include/hw/core/
H A Dcpu.h794 char *cpu_model_from_type(const char *typename);
/openbmc/qemu/target/i386/
H A Dcpu.c2177 return cpu_model_from_type(class_name); in x86_cpu_class_get_model_name()