Searched refs:PT64_PT_BITS (Results 1 – 2 of 2) sorted by relevance
7 #define PT64_PT_BITS 9 macro8 #define PT64_ENT_PER_PAGE (1 << PT64_PT_BITS)
1691 quadrant = gaddr >> (PAGE_SHIFT + (PT64_PT_BITS * level)); in kvm_mmu_get_page()1692 quadrant &= (1 << ((PT32_PT_BITS - PT64_PT_BITS) * level)) - 1; in kvm_mmu_get_page()