Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Memory/
DMemoryServices.c142 UINTN RemainingPages; in PeiAllocatePages() local
191RemainingPages = (UINTN)(*FreeMemoryTop - *FreeMemoryBottom - ALIGN_VALUE (sizeof (EFI_HOB_MEMORY_… in PeiAllocatePages()
195 if (RemainingPages < Pages) { in PeiAllocatePages()
197 …OR, "There is only left 0x%lx pages memory resource to be allocated.\n", (UINT64) RemainingPages)); in PeiAllocatePages()