Searched refs:RemainingPages (Results 1 – 1 of 1) sorted by relevance
142 UINTN RemainingPages; in PeiAllocatePages() local191 …RemainingPages = (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()