Searched refs:KVM_MIN_ALLOC_MMU_PAGES (Results 1 – 2 of 2) sorted by relevance
147 #define KVM_MIN_ALLOC_MMU_PAGES 64UL macro
6012 if (kvm_nr_mmu_pages < KVM_MIN_ALLOC_MMU_PAGES) in kvm_vm_ioctl_set_nr_mmu_pages()12668 nr_mmu_pages = max(nr_mmu_pages, KVM_MIN_ALLOC_MMU_PAGES); in kvm_arch_commit_memory_region()
Completed in 32 milliseconds