Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPool.c63 UINTN SmmPoolTypeIndex; in SmmInitializeMemoryServices() local
69 for (SmmPoolTypeIndex = 0; SmmPoolTypeIndex < SmmPoolTypeMax; SmmPoolTypeIndex++) { in SmmInitializeMemoryServices()
70 for (Index = 0; Index < ARRAY_SIZE (mSmmPoolLists[SmmPoolTypeIndex]); Index++) { in SmmInitializeMemoryServices()
71 InitializeListHead (&mSmmPoolLists[SmmPoolTypeIndex][Index]); in SmmInitializeMemoryServices()
DSmramProfileRecord.c1599 UINTN SmmPoolTypeIndex; in SmramProfileGetDataSize() local
1642 for (SmmPoolTypeIndex = 0; SmmPoolTypeIndex < SmmPoolTypeMax; SmmPoolTypeIndex++) { in SmramProfileGetDataSize()
1644 FreePoolList = &mSmmPoolLists[SmmPoolTypeIndex][PoolListIndex]; in SmramProfileGetDataSize()
1703 UINTN SmmPoolTypeIndex; in SmramProfileCopyData() local
1791 for (SmmPoolTypeIndex = 0; SmmPoolTypeIndex < SmmPoolTypeMax; SmmPoolTypeIndex++) { in SmramProfileCopyData()
1793 FreePoolList = &mSmmPoolLists[SmmPoolTypeIndex][MAX_POOL_INDEX - PoolListIndex - 1]; in SmramProfileCopyData()
1835 for (SmmPoolTypeIndex = 0; SmmPoolTypeIndex < SmmPoolTypeMax; SmmPoolTypeIndex++) { in SmramProfileCopyData()
1837 FreePoolList = &mSmmPoolLists[SmmPoolTypeIndex][MAX_POOL_INDEX - PoolListIndex - 1]; in SmramProfileCopyData()
2587 UINTN SmmPoolTypeIndex; in DumpFreePoolList() local
2599 for (SmmPoolTypeIndex = 0; SmmPoolTypeIndex < SmmPoolTypeMax; SmmPoolTypeIndex++) { in DumpFreePoolList()
[all …]