Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dkvm_host.h73 int max_vcpus; member
/linux-4.1.27/arch/arm64/include/asm/
Dkvm_host.h65 int max_vcpus; member
/linux-4.1.27/arch/arm/kvm/
Darm.c134 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()
/linux-4.1.27/virt/kvm/arm/
Dvgic-v2-emul.c570 kvm->arch.max_vcpus = VGIC_V2_MAX_CPUS; in vgic_v2_init_emulation()
Dvgic-v3-emul.c835 kvm->arch.max_vcpus = KVM_MAX_VCPUS; in vgic_v3_init_emulation()
Dvgic.c1786 if (atomic_read(&kvm->online_vcpus) > kvm->arch.max_vcpus) in init_vgic_model()
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt203 in the range [0, max_vcpus).
205 The recommended max_vcpus value can be retrieved using the KVM_CAP_NR_VCPUS of
207 The maximum possible value for max_vcpus can be retrieved using the
210 If the KVM_CAP_NR_VCPUS does not exist, you should assume that max_vcpus is 4
212 If the KVM_CAP_MAX_VCPUS does not exist, you should assume that max_vcpus is
2978 and it must not exceed (max_vcpus + 32) * sizeof(struct kvm_s390_irq),