Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dkvm.c2619 PowerPCCPUClass *pvr_pcc; in kvm_ppc_get_host_cpu_class() local
2621 pvr_pcc = ppc_cpu_class_by_pvr(host_pvr); in kvm_ppc_get_host_cpu_class()
2622 if (pvr_pcc == NULL) { in kvm_ppc_get_host_cpu_class()
2623 pvr_pcc = ppc_cpu_class_by_pvr_mask(host_pvr); in kvm_ppc_get_host_cpu_class()
2626 return pvr_pcc; in kvm_ppc_get_host_cpu_class()
2642 PowerPCCPUClass *pvr_pcc; in kvm_ppc_register_host_cpu_type() local
2647 pvr_pcc = kvm_ppc_get_host_cpu_class(); in kvm_ppc_register_host_cpu_type()
2648 if (pvr_pcc == NULL) { in kvm_ppc_register_host_cpu_type()
2651 type_info.parent = object_class_get_name(OBJECT_CLASS(pvr_pcc)); in kvm_ppc_register_host_cpu_type()
2665 dc = DEVICE_CLASS(ppc_cpu_get_family_class(pvr_pcc)); in kvm_ppc_register_host_cpu_type()