Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Memory/
DMemoryServices.c141 EFI_PHYSICAL_ADDRESS *FreeMemoryBottom; in PeiAllocatePages() local
171 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()