HomeSort by relevance Sort by last modified time
    Searched refs:FreeDescriptorEntries (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 99 MEMORY_MAP* FreeDescriptorEntries;
119 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem;
120 //DEBUG((DEBUG_INFO, "New FreeDescriptorEntries - 0x%x\n", FreeDescriptorEntries));
125 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE;
126 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c 282 MEMORY_MAP* FreeDescriptorEntries;
290 FreeDescriptorEntries = CoreAllocatePoolPages (EfiBootServicesData, EFI_SIZE_TO_PAGES(DEFAULT_PAGE_ALLOCATION), DEFAULT_PAGE_ALLOCATION);
291 if(FreeDescriptorEntries != NULL) {
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE;
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link);
    [all...]

Completed in 60 milliseconds