Searched refs:kPAEPageDirEntryCount (Results 1 – 4 of 4) sorted by relevance
59 static const uint32 kPAEPageDirEntryCount = 512; variable63 = kPAEPageDirEntryCount * kPAEPageTableRange;
152 + (address / kPAEPageTableRange) % kPAEPageDirEntryCount; in PageDirEntryForAddress()
255 for (uint32 i = 0; i < kPAEPageDirEntryCount; i++) { in ~X86VMTranslationMapPAE()264 (k * kPAEPageDirEntryCount + i) * kPAEPageTableRange); in ~X86VMTranslationMapPAE()1302 for (uint32 pdeIndex = 0; pdeIndex < kPAEPageDirEntryCount; in DebugGetReverseMappingInfo()
760 virtualAddress / kPAEPageTableRange % kPAEPageDirEntryCount]; in IsKernelPageAccessible()