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

  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Support.h 47 BIOS_MEMORY_MAP *BiosMemoryMap
Support.c 155 BIOS_MEMORY_MAP *BiosMemoryMap
166 for (Index = 0; Index < BiosMemoryMap->MemoryMapSize / sizeof(BIOS_MEMORY_MAP_ENTRY); Index++) {
168 switch (BiosMemoryMap->MemoryMapEntry[Index].Type) {
193 BaseAddress = BiosMemoryMap->MemoryMapEntry[Index].BaseAddress;
194 Length = BiosMemoryMap->MemoryMapEntry[Index].Length;
200 BaseAddress = BiosMemoryMap->MemoryMapEntry[Index].BaseAddress;
201 Length = BiosMemoryMap->MemoryMapEntry[Index].Length + (BaseAddress & EFI_PAGE_MASK);
EfiLoader.c 47 BIOS_MEMORY_MAP *BiosMemoryMap;
71 BiosMemoryMap = (BIOS_MEMORY_MAP *) (UINTN) BiosMemoryMapBaseAddress;
73 GenMemoryMap (&NumberOfMemoryMapEntries, EfiMemoryDescriptor, BiosMemoryMap);

Completed in 69 milliseconds