Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPage.c43 UINTN mMapDepth = 0; variable
249 mMapStack[mMapDepth].Signature = MEMORY_MAP_SIGNATURE; in CoreAddRange()
250 mMapStack[mMapDepth].FromPages = FALSE; in CoreAddRange()
251 mMapStack[mMapDepth].Type = Type; in CoreAddRange()
252 mMapStack[mMapDepth].Start = Start; in CoreAddRange()
253 mMapStack[mMapDepth].End = End; in CoreAddRange()
254 mMapStack[mMapDepth].VirtualStart = 0; in CoreAddRange()
255 mMapStack[mMapDepth].Attribute = Attribute; in CoreAddRange()
256 InsertTailList (&gMemoryMap, &mMapStack[mMapDepth].Link); in CoreAddRange()
258 mMapDepth += 1; in CoreAddRange()
[all …]