Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dkvm.c2577 PowerPCCPUClass *pvr_pcc; in kvm_ppc_get_host_cpu_class() local
2579 pvr_pcc = ppc_cpu_class_by_pvr(host_pvr); in kvm_ppc_get_host_cpu_class()
2580 if (pvr_pcc == NULL) { in kvm_ppc_get_host_cpu_class()
2581 pvr_pcc = ppc_cpu_class_by_pvr_mask(host_pvr); in kvm_ppc_get_host_cpu_class()
2584 return pvr_pcc; in kvm_ppc_get_host_cpu_class()
2600 PowerPCCPUClass *pvr_pcc; in kvm_ppc_register_host_cpu_type() local
2605 pvr_pcc = kvm_ppc_get_host_cpu_class(); in kvm_ppc_register_host_cpu_type()
2606 if (pvr_pcc == NULL) { in kvm_ppc_register_host_cpu_type()
2609 type_info.parent = object_class_get_name(OBJECT_CLASS(pvr_pcc)); in kvm_ppc_register_host_cpu_type()
2623 dc = DEVICE_CLASS(ppc_cpu_get_family_class(pvr_pcc)); in kvm_ppc_register_host_cpu_type()