Searched refs:nr_mmu_pages (Results 1 – 1 of 1) sorted by relevance
13179 unsigned long nr_mmu_pages; in kvm_arch_commit_memory_region() local13181 nr_mmu_pages = kvm->nr_memslot_pages / KVM_MEMSLOT_PAGES_TO_MMU_PAGES_RATIO; in kvm_arch_commit_memory_region()13182 nr_mmu_pages = max(nr_mmu_pages, KVM_MIN_ALLOC_MMU_PAGES); in kvm_arch_commit_memory_region()13183 kvm_mmu_change_mmu_pages(kvm, nr_mmu_pages); in kvm_arch_commit_memory_region()