Home
last modified time | relevance | path

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

/qemu/target/mips/system/
H A Dmips-qmp-cmds.c32 info->name = cpu_model_from_type(typename); in mips_cpu_add_definition()
/qemu/hw/core/
H A Dcpu-common.c158 char *cpu_model_from_type(const char *typename) in cpu_model_from_type() function
413 g_autofree char *model = cpu_model_from_type(typename); in type_init()
H A Dmachine.c1550 g_autofree char *requested = cpu_model_from_type(machine->cpu_type); in is_cpu_type_supported()
1553 g_autofree char *model = cpu_model_from_type( in is_cpu_type_supported()
1559 g_autofree char *model = cpu_model_from_type( in is_cpu_type_supported()
/qemu/target/loongarch/
H A Dloongarch-qmp-cmds.c24 info->name = cpu_model_from_type(typename); in loongarch_cpu_add_definition()
/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()
/qemu/target/arm/
H A Darm-qmp-cmds.c233 info->name = cpu_model_from_type(typename); in arm_cpu_add_definition()
/qemu/target/riscv/
H A Driscv-qmp-cmds.c47 info->name = cpu_model_from_type(typename); in riscv_cpu_add_definition()
H A Dcpu.c513 return cpu_model_from_type(typename); in riscv_cpu_get_name()
/qemu/include/hw/core/
H A Dcpu.h793 char *cpu_model_from_type(const char *typename);
/qemu/target/i386/
H A Dcpu.c2054 return cpu_model_from_type(class_name); in x86_cpu_class_get_model_name()