max_vcpus          75 arch/arm/include/asm/kvm_host.h 	int max_vcpus;
max_vcpus          79 arch/arm64/include/asm/kvm_host.h 	int max_vcpus;
max_vcpus         106 arch/powerpc/include/asm/xive.h extern u32 xive_native_alloc_vp_block(u32 max_vcpus);
max_vcpus         155 arch/powerpc/include/asm/xive.h static inline u32 xive_native_alloc_vp_block(u32 max_vcpus) { return XIVE_INVALID_VP; }
max_vcpus         654 arch/powerpc/sysdev/xive/native.c u32 xive_native_alloc_vp_block(u32 max_vcpus)
max_vcpus         659 arch/powerpc/sysdev/xive/native.c 	order = fls(max_vcpus) - 1;
max_vcpus         660 arch/powerpc/sysdev/xive/native.c 	if (max_vcpus > (1 << order))
max_vcpus         664 arch/powerpc/sysdev/xive/native.c 		 max_vcpus, order);
max_vcpus         135 virt/kvm/arm/arm.c 	kvm->arch.max_vcpus = vgic_present ?
max_vcpus         266 virt/kvm/arm/arm.c 	if (id >= kvm->arch.max_vcpus) {
max_vcpus         108 virt/kvm/arm/vgic/vgic-init.c 		kvm->arch.max_vcpus = VGIC_V2_MAX_CPUS;
max_vcpus         110 virt/kvm/arm/vgic/vgic-init.c 		kvm->arch.max_vcpus = VGIC_V3_MAX_CPUS;
max_vcpus         112 virt/kvm/arm/vgic/vgic-init.c 	if (atomic_read(&kvm->online_vcpus) > kvm->arch.max_vcpus) {