Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DSupport.c155 BIOS_MEMORY_MAP *BiosMemoryMap in GenMemoryMap() argument
166 for (Index = 0; Index < BiosMemoryMap->MemoryMapSize / sizeof(BIOS_MEMORY_MAP_ENTRY); Index++) { in GenMemoryMap()
168 switch (BiosMemoryMap->MemoryMapEntry[Index].Type) { in GenMemoryMap()
193 BaseAddress = BiosMemoryMap->MemoryMapEntry[Index].BaseAddress; in GenMemoryMap()
194 Length = BiosMemoryMap->MemoryMapEntry[Index].Length; in GenMemoryMap()
200 BaseAddress = BiosMemoryMap->MemoryMapEntry[Index].BaseAddress; in GenMemoryMap()
201 Length = BiosMemoryMap->MemoryMapEntry[Index].Length + (BaseAddress & EFI_PAGE_MASK); in GenMemoryMap()
DEfiLoader.c47 BIOS_MEMORY_MAP *BiosMemoryMap; in EfiLoader() local
71 BiosMemoryMap = (BIOS_MEMORY_MAP *) (UINTN) BiosMemoryMapBaseAddress; in EfiLoader()
73 GenMemoryMap (&NumberOfMemoryMapEntries, EfiMemoryDescriptor, BiosMemoryMap); in EfiLoader()
DSupport.h47 BIOS_MEMORY_MAP *BiosMemoryMap