Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h131 #define KVM_MIN_ALLOC_MMU_PAGES 64UL macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c5963 nr_mmu_pages = max(nr_mmu_pages, KVM_MIN_ALLOC_MMU_PAGES); in kvm_mmu_calculate_default_mmu_pages()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c5124 if (kvm_nr_mmu_pages < KVM_MIN_ALLOC_MMU_PAGES) in kvm_vm_ioctl_set_nr_mmu_pages()