Home
last modified time | relevance | path

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

/qemu/target/mips/sysemu/
H A Dmips-qmp-cmds.c22 info->name = cpu_model_from_type(typename); in mips_cpu_add_definition()
/qemu/
H A Dcpu-target.c249 char *cpu_model_from_type(const char *typename) in cpu_model_from_type() function
296 g_autofree char *model = cpu_model_from_type(typename); in cpu_list_entry()
/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.c187 info->name = cpu_model_from_type(typename); in ppc_cpu_defs_entry()
H A Dcpu_init.c7176 name = cpu_model_from_type(typename); in ppc_cpu_list_entry()
/qemu/target/arm/
H A Darm-qmp-cmds.c232 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.c753 return cpu_model_from_type(typename); in riscv_cpu_get_name()
/qemu/hw/core/
H A Dmachine.c1457 g_autofree char *requested = cpu_model_from_type(machine->cpu_type); in is_cpu_type_supported()
1460 g_autofree char *model = cpu_model_from_type( in is_cpu_type_supported()
1466 g_autofree char *model = cpu_model_from_type( in is_cpu_type_supported()
/qemu/include/hw/core/
H A Dcpu.h790 char *cpu_model_from_type(const char *typename);
/qemu/target/i386/
H A Dcpu.c1896 return cpu_model_from_type(class_name); in x86_cpu_class_get_model_name()