Searched refs:LoaderPagesSpanned (Results 1 – 6 of 6) sorted by relevance
29 PFN_NUMBER LoaderPagesSpanned = 0; variable78 if ((((ULONG_PTR)MemPointer + MemorySize + PAGE_SIZE - 1) >> PAGE_SHIFT) > LoaderPagesSpanned) in MmAllocateMemoryWithType()79 LoaderPagesSpanned = (((ULONG_PTR)MemPointer + MemorySize + PAGE_SIZE - 1) >> PAGE_SHIFT); in MmAllocateMemoryWithType()137 if ((((ULONG_PTR)MemPointer + MemorySize + PAGE_SIZE - 1) >> PAGE_SHIFT) > LoaderPagesSpanned) in MmAllocateMemoryAtAddress()138 LoaderPagesSpanned = (((ULONG_PTR)MemPointer + MemorySize + PAGE_SIZE - 1) >> PAGE_SHIFT); in MmAllocateMemoryAtAddress()208 if ((((ULONG_PTR)MemPointer + MemorySize) >> PAGE_SHIFT) > LoaderPagesSpanned) in MmAllocateHighestMemoryBelowAddress()209 LoaderPagesSpanned = (((ULONG_PTR)MemPointer + MemorySize) >> PAGE_SHIFT); in MmAllocateHighestMemoryBelowAddress()
30 extern ULONG LoaderPagesSpanned;222 …ry->PhysicalStart + (MapEntry->NumberOfPages * PAGE_SIZE)) >> EFI_PAGE_SHIFT) > LoaderPagesSpanned) in UefiMemGetMemoryMap()225 …LoaderPagesSpanned = ((MapEntry->PhysicalStart + (MapEntry->NumberOfPages * PAGE_SIZE)) >> EFI_PAG… in UefiMemGetMemoryMap()
17 extern ULONG LoaderPagesSpanned;117 if (BasePage + PageCount > LoaderPagesSpanned) return; in MempSetupPagingForRegion()
22 extern ULONG LoaderPagesSpanned;1268 LoaderBlock->Extension->LoaderPagesSpanned = LoaderPagesSpanned; in LoadAndBootWindowsCommon()
403 ULONG_PTR LoaderPagesSpanned; /* Not anymore present starting NT 6.2 */ member
2118 MmBootImageSize = KeLoaderBlock->Extension->LoaderPagesSpanned; in MmArmInitSystem()