Home | History | Annotate | Download | only in PiSmmCore

Lines Matching refs:mMapStack

48 /// mMapStack - space to use as temp storage to build new map descriptors

50 MEMORY_MAP mMapStack[MAX_MAP_DEPTH];
179 if (mMapStack[mMapDepth].Link.ForwardLink != NULL) {
181 CopyMem (Entry , &mMapStack[mMapDepth], sizeof (MEMORY_MAP));
187 InsertTailList (&mMapStack[mMapDepth].Link, &Entry->Link);
188 RemoveEntryList (&mMapStack[mMapDepth].Link);
189 mMapStack[mMapDepth].Link.ForwardLink = NULL;
218 Entry = &mMapStack[mMapDepth];