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[] = {
111 const S390CPUDef *def; in s390_cpudef_featoff()
122 const S390CPUDef *def = &s390_cpu_defs[i]; in s390_cpudef_featoff_greater()
145 const S390CPUDef *cpu_def = &s390_cpu_defs[i]; in s390_cpudef_group_featoff_greater()
288 const S390CPUDef *s390_find_cpu_def(uint16_t type, uint8_t gen, uint8_t ec_ga, in s390_find_cpu_def()
291 const S390CPUDef *last_compatible = NULL; in s390_find_cpu_def()
292 const S390CPUDef *matching_cpu_type = NULL; in s390_find_cpu_def()
303 const S390CPUDef *def = &s390_cpu_defs[i]; in s390_find_cpu_def()
828 const S390CPUDef *def = s390_find_cpu_def(type, gen, ec_ga, NULL); in s390_set_qemu_cpu_model()
936 xcc->cpu_def = (const S390CPUDef *) data; in s390_base_cpu_model_class_init()
[all …]
H A Dcpu.h189 const S390CPUDef *cpu_def;