Searched refs:FreeDescriptorEntries (Results 1 – 2 of 2) sorted by relevance
99 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local119 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()125 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()126 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
282 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local290 …FreeDescriptorEntries = 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()