Searched refs:FreeMemoryBottom (Results 1 – 1 of 1) sorted by relevance
141 EFI_PHYSICAL_ADDRESS *FreeMemoryBottom; in PeiAllocatePages() local171 FreeMemoryBottom = &(PrivateData->PhysicalMemoryBegin); in PeiAllocatePages()175 FreeMemoryBottom = &(Hob.HandoffInformationTable->EfiFreeMemoryBottom); in PeiAllocatePages()187 …if ((UINTN) (*FreeMemoryTop - *FreeMemoryBottom) < (UINTN) ALIGN_VALUE (sizeof (EFI_HOB_MEMORY_ALL… in PeiAllocatePages()191 …RemainingPages = (UINTN)(*FreeMemoryTop - *FreeMemoryBottom - ALIGN_VALUE (sizeof (EFI_HOB_MEMORY_… in PeiAllocatePages()