Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPage.c282 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
290FreeDescriptorEntries = CoreAllocatePoolPages (EfiBootServicesData, EFI_SIZE_TO_PAGES(DEFAULT_PAGE… in AllocateMemoryMapEntry()
291 if(FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()