Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPage.c47 MEMORY_MAP mMapStack[MAX_MAP_DEPTH]; 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()
354 if (mMapStack[mMapDepth].Link.ForwardLink != NULL) { in CoreFreeMemoryMapStack()
[all …]