Searched refs:vcores (Results 1 – 2 of 2) sorted by relevance
1648 vcore = kvm->arch.vcores[core]; in kvmppc_core_vcpu_create_hv()1651 kvm->arch.vcores[core] = vcore; in kvmppc_core_vcpu_create_hv()2422 struct kvmppc_vcore *vc = kvm->arch.vcores[i]; in kvmppc_update_lpcr()2576 if (kvm->arch.vcores[i] && kvm->arch.vcores[i]->mpp_buffer) { in kvmppc_free_vcores()2577 struct kvmppc_vcore *vc = kvm->arch.vcores[i]; in kvmppc_free_vcores()2581 kfree(kvm->arch.vcores[i]); in kvmppc_free_vcores()
260 struct kvmppc_vcore *vcores[KVM_MAX_VCORES]; member