Searched refs:max_vcpus (Results 1 – 7 of 7) sorted by relevance
73 int max_vcpus; member
65 int max_vcpus; member
134 kvm->arch.max_vcpus = kvm_vgic_get_max_vcpus(); in kvm_arch_init_vm()223 if (id >= kvm->arch.max_vcpus) { in kvm_arch_vcpu_create()
570 kvm->arch.max_vcpus = VGIC_V2_MAX_CPUS; in vgic_v2_init_emulation()
835 kvm->arch.max_vcpus = KVM_MAX_VCPUS; in vgic_v3_init_emulation()
1786 if (atomic_read(&kvm->online_vcpus) > kvm->arch.max_vcpus) in init_vgic_model()
203 in the range [0, max_vcpus).205 The recommended max_vcpus value can be retrieved using the KVM_CAP_NR_VCPUS of207 The maximum possible value for max_vcpus can be retrieved using the210 If the KVM_CAP_NR_VCPUS does not exist, you should assume that max_vcpus is 4212 If the KVM_CAP_MAX_VCPUS does not exist, you should assume that max_vcpus is2978 and it must not exceed (max_vcpus + 32) * sizeof(struct kvm_s390_irq),