Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h128 #define KVM_MIN_ALLOC_MMU_PAGES 64UL macro
/Linux-v5.4/arch/x86/kvm/
Dmmu.c6370 nr_mmu_pages = max(nr_mmu_pages, KVM_MIN_ALLOC_MMU_PAGES); in kvm_mmu_calculate_default_mmu_pages()
Dx86.c4503 if (kvm_nr_mmu_pages < KVM_MIN_ALLOC_MMU_PAGES) in kvm_vm_ioctl_set_nr_mmu_pages()