Searched refs:vcores (Results 1 – 2 of 2) sorted by relevance
1431 vcore = kvm->arch.vcores[core]; in kvmppc_core_vcpu_create_hv()1434 kvm->arch.vcores[core] = vcore; in kvmppc_core_vcpu_create_hv()2333 struct kvmppc_vcore *vc = kvm->arch.vcores[i]; in kvmppc_update_lpcr()2561 if (kvm->arch.vcores[i] && kvm->arch.vcores[i]->mpp_buffer) { in kvmppc_free_vcores()2562 struct kvmppc_vcore *vc = kvm->arch.vcores[i]; in kvmppc_free_vcores()2566 kfree(kvm->arch.vcores[i]); in kvmppc_free_vcores()
273 struct kvmppc_vcore *vcores[KVM_MAX_VCORES]; member