Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.c12827 unsigned long nr_mmu_pages; in kvm_arch_commit_memory_region() local
12829 nr_mmu_pages = kvm->nr_memslot_pages / KVM_MEMSLOT_PAGES_TO_MMU_PAGES_RATIO; in kvm_arch_commit_memory_region()
12830 nr_mmu_pages = max(nr_mmu_pages, KVM_MIN_ALLOC_MMU_PAGES); in kvm_arch_commit_memory_region()
12831 kvm_mmu_change_mmu_pages(kvm, nr_mmu_pages); in kvm_arch_commit_memory_region()