Home
last modified time | relevance | path

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

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