Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dmmu.h7 #define PT64_PT_BITS 9 macro
8 #define PT64_ENT_PER_PAGE (1 << PT64_PT_BITS)
Dmmu.c1691 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()