Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h112 #define KVM_NR_PAGE_SIZES (PT_MAX_HUGEPAGE_LEVEL - \ macro
795 struct kvm_rmap_head *rmap[KVM_NR_PAGE_SIZES];
796 struct kvm_lpage_info *lpage_info[KVM_NR_PAGE_SIZES - 1];
/Linux-v5.4/arch/x86/kvm/
Dx86.c9628 for (i = 0; i < KVM_NR_PAGE_SIZES; ++i) { in kvm_arch_free_memslot()
9651 for (i = 0; i < KVM_NR_PAGE_SIZES; ++i) { in kvm_arch_create_memslot()
9699 for (i = 0; i < KVM_NR_PAGE_SIZES; ++i) { in kvm_arch_create_memslot()