KVM_MIN_FREE_MMU_PAGES
if (likely(avail >= KVM_MIN_FREE_MMU_PAGES))
if (kvm_mmu_available_pages(kvm) <= KVM_MIN_FREE_MMU_PAGES) {