Home
last modified time | relevance | path

Searched refs:kvm_vgic_get_max_vcpus (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/kvm/
H A Darm_vgic.h411 static inline int kvm_vgic_get_max_vcpus(void) in kvm_vgic_get_max_vcpus() function
/openbmc/linux/arch/arm64/kvm/
H A Darm.c128 return vgic_present ? kvm_vgic_get_max_vcpus() : KVM_MAX_VCPUS; in kvm_arm_default_max_vcpus()