Searched refs:BiosMemoryMap (Results 1 – 3 of 3) sorted by relevance
155 BIOS_MEMORY_MAP *BiosMemoryMap in GenMemoryMap() argument166 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()
47 BIOS_MEMORY_MAP *BiosMemoryMap; in EfiLoader() local71 BiosMemoryMap = (BIOS_MEMORY_MAP *) (UINTN) BiosMemoryMapBaseAddress; in EfiLoader()73 GenMemoryMap (&NumberOfMemoryMapEntries, EfiMemoryDescriptor, BiosMemoryMap); in EfiLoader()
47 BIOS_MEMORY_MAP *BiosMemoryMap