Searched refs:KVM_MIN_ALLOC_MMU_PAGES (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h156 #define KVM_MIN_ALLOC_MMU_PAGES 64UL macro
/linux-master/arch/x86/kvm/
H A Dx86.c6330 if (kvm_nr_mmu_pages < KVM_MIN_ALLOC_MMU_PAGES)
13034 nr_mmu_pages = max(nr_mmu_pages, KVM_MIN_ALLOC_MMU_PAGES);

Completed in 176 milliseconds