Searched refs:s390_find_cpu_def (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | cpu_models.h | 114 S390CPUDef const *s390_find_cpu_def(uint16_t type, uint8_t gen, uint8_t ec_ga,
|
H A D | cpu_models.c | 111 def = s390_find_cpu_def(0, gen, ec_ga, NULL); in s390_cpudef_featoff() 286 const S390CPUDef *s390_find_cpu_def(uint16_t type, uint8_t gen, uint8_t ec_ga, in s390_find_cpu_def() function 576 max_model.def = s390_find_cpu_def(QEMU_MAX_CPU_TYPE, QEMU_MAX_CPU_GEN, in get_max_cpu_model() 768 const S390CPUDef *def = s390_find_cpu_def(type, gen, ec_ga, NULL); in s390_set_qemu_cpu_model()
|
H A D | cpu_models_sysemu.c | 387 model.def = s390_find_cpu_def(cpu_type, max_gen, max_gen_ga, in qmp_query_cpu_model_baseline()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 2475 model->def = s390_find_cpu_def(cpu_type, ibc_gen(unblocked_ibc), in kvm_s390_get_host_cpu_model() 2479 model->def = s390_find_cpu_def(0, ibc_gen(unblocked_ibc), in kvm_s390_get_host_cpu_model()
|