Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.h8 #define PT64_PT_BITS 9 macro
9 #define PT64_ENT_PER_PAGE (1 << PT64_PT_BITS)
Dmmu.c2386 quadrant = gaddr >> (PAGE_SHIFT + (PT64_PT_BITS * level)); in kvm_mmu_get_page()
2387 quadrant &= (1 << ((PT32_PT_BITS - PT64_PT_BITS) * level)) - 1; in kvm_mmu_get_page()