Searched refs:TYPE_S390_CPU (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | cpu-qom.h | 25 #define TYPE_S390_CPU "s390x-cpu" macro 29 #define S390_CPU_TYPE_SUFFIX "-" TYPE_S390_CPU
|
H A D | cpu_models.c | 365 g_strrstr(name, "-" TYPE_S390_CPU)[0] = 0; in s390_print_cpu_model_list_entry() 415 list = object_class_get_list(TYPE_S390_CPU, false); in s390_cpu_list() 938 .parent = TYPE_S390_CPU, 946 .parent = TYPE_S390_CPU, 1011 .parent = TYPE_S390_CPU, in register_types() 1020 .parent = TYPE_S390_CPU, in register_types()
|
H A D | cpu_models_sysemu.c | 61 g_strrstr(name, "-" TYPE_S390_CPU)[0] = 0; in create_cpu_model_list() 93 object_class_foreach(create_cpu_model_list, TYPE_S390_CPU, false, in qmp_query_cpu_definitions() 110 oc = cpu_class_by_name(TYPE_S390_CPU, info->name); in cpu_model_from_info()
|
H A D | cpu.c | 416 .name = TYPE_S390_CPU,
|
H A D | cpu.h | 913 #define CPU_RESOLVING_TYPE TYPE_S390_CPU
|