Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h166 #define KVM_NUM_MMU_PAGES (1 << KVM_MMU_HASH_SHIFT) macro
/linux/arch/x86/kvm/mmu/
H A Dmmu.c3974 h = kvcalloc(KVM_NUM_MMU_PAGES, sizeof(*h), GFP_KERNEL_ACCOUNT); in kvm_mmu_alloc_page_hash()