Searched refs:PT64_PT_BITS (Results 1 – 2 of 2) sorted by relevance
8 #define PT64_PT_BITS 9 macro9 #define PT64_ENT_PER_PAGE (1 << PT64_PT_BITS)
2386 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()