Searched refs:cpu_model_from_type (Results 1 – 12 of 12) sorted by relevance
33 info->name = cpu_model_from_type(typename); in mips_cpu_add_definition()
25 info->name = cpu_model_from_type(typename); in loongarch_cpu_add_definition()
157 char *cpu_model_from_type(const char *typename)414 g_autofree char *model = cpu_model_from_type(typename); in type_init() 158 char *cpu_model_from_type(const char *typename) cpu_model_from_type() function
36 g_autofree char *cpu_model = cpu_model_from_type(cpu->value->qom_type); in hmp_info_cpus()
1599 g_autofree char *requested = cpu_model_from_type(machine->cpu_type); in is_cpu_type_supported() 1602 g_autofree char *model = cpu_model_from_type( in is_cpu_type_supported() 1608 g_autofree char *model = cpu_model_from_type( in is_cpu_type_supported() 1631 g_autofree char *requested = cpu_model_from_type(machine->cpu_type); in machine_run_board_init() 1636 g_autofree char *model = cpu_model_from_type(vct->pdata[i]); in machine_run_board_init()
197 info->name = cpu_model_from_type(typename); in ppc_cpu_defs_entry()
7154 name = cpu_model_from_type(typename); in ppc_cpu_list_entry()
234 info->name = cpu_model_from_type(typename); in arm_cpu_add_definition()
51 info->name = cpu_model_from_type(typename); in riscv_cpu_add_definition()
516 return cpu_model_from_type(typename); in riscv_cpu_get_name()
830 * cpu_model_from_type:840 char *cpu_model_from_type(const char *typename);
2193 return cpu_model_from_type(class_name);