Home
last modified time | relevance | path

Searched refs:S390CPUDef (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dcpu_models.h21 typedef struct S390CPUDef { struct
41 } S390CPUDef; argument
45 const S390CPUDef *def;
114 S390CPUDef const *s390_find_cpu_def(uint16_t type, uint8_t gen, uint8_t ec_ga,
H A Dcpu_models.c50 static S390CPUDef s390_cpu_defs[] = {
109 const S390CPUDef *def; in s390_cpudef_featoff()
120 const S390CPUDef *def = &s390_cpu_defs[i]; in s390_cpudef_featoff_greater()
143 const S390CPUDef *cpu_def = &s390_cpu_defs[i]; in s390_cpudef_group_featoff_greater()
286 const S390CPUDef *s390_find_cpu_def(uint16_t type, uint8_t gen, uint8_t ec_ga, in s390_find_cpu_def()
289 const S390CPUDef *last_compatible = NULL; in s390_find_cpu_def()
290 const S390CPUDef *matching_cpu_type = NULL; in s390_find_cpu_def()
301 const S390CPUDef *def = &s390_cpu_defs[i]; in s390_find_cpu_def()
768 const S390CPUDef *def = s390_find_cpu_def(type, gen, ec_ga, NULL); in s390_set_qemu_cpu_model()
876 xcc->cpu_def = (const S390CPUDef *) data; in s390_base_cpu_model_class_init()
[all …]
H A Dcpu.h199 const S390CPUDef *cpu_def;