Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dcpu_models.c49 static S390CPUDef s390_cpu_defs[] = { variable
110 for (i = 0; i < ARRAY_SIZE(s390_cpu_defs); i++) { in s390_cpudef_featoff_greater()
111 const S390CPUDef *def = &s390_cpu_defs[i]; in s390_cpudef_featoff_greater()
133 for (i = 0; i < ARRAY_SIZE(s390_cpu_defs); i++) { in s390_cpudef_group_featoff_greater()
134 const S390CPUDef *cpu_def = &s390_cpu_defs[i]; in s390_cpudef_group_featoff_greater()
269 for (i = 0; i < ARRAY_SIZE(s390_cpu_defs); i++) { in s390_get_gen_for_cpu_type()
270 if (s390_cpu_defs[i].type == type) { in s390_get_gen_for_cpu_type()
271 return s390_cpu_defs[i].gen; in s390_get_gen_for_cpu_type()
291 for (i = 0; i < ARRAY_SIZE(s390_cpu_defs); i++) { in s390_find_cpu_def()
292 const S390CPUDef *def = &s390_cpu_defs[i]; in s390_find_cpu_def()
[all …]