Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c1132 LIST_ENTRY *AllocLink; in GetMemoryProfileAllocInfoFromAddress() local
1138 for (AllocLink = AllocInfoList->ForwardLink; in GetMemoryProfileAllocInfoFromAddress()
1139 AllocLink != AllocInfoList; in GetMemoryProfileAllocInfoFromAddress()
1140 AllocLink = AllocLink->ForwardLink) { in GetMemoryProfileAllocInfoFromAddress()
1142 AllocLink, in GetMemoryProfileAllocInfoFromAddress()
1456 LIST_ENTRY *AllocLink; in MemoryProfileGetDataSize() local
1480 for (AllocLink = AllocInfoList->ForwardLink; in MemoryProfileGetDataSize()
1481 AllocLink != AllocInfoList; in MemoryProfileGetDataSize()
1482 AllocLink = AllocLink->ForwardLink) { in MemoryProfileGetDataSize()
1484 AllocLink, in MemoryProfileGetDataSize()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1252 LIST_ENTRY *AllocLink; in GetMemoryProfileAllocInfoFromAddress() local
1258 for (AllocLink = AllocInfoList->ForwardLink; in GetMemoryProfileAllocInfoFromAddress()
1259 AllocLink != AllocInfoList; in GetMemoryProfileAllocInfoFromAddress()
1260 AllocLink = AllocLink->ForwardLink) { in GetMemoryProfileAllocInfoFromAddress()
1262 AllocLink, in GetMemoryProfileAllocInfoFromAddress()
1591 LIST_ENTRY *AllocLink; in SmramProfileGetDataSize() local
1621 for (AllocLink = AllocInfoList->ForwardLink; in SmramProfileGetDataSize()
1622 AllocLink != AllocInfoList; in SmramProfileGetDataSize()
1623 AllocLink = AllocLink->ForwardLink) { in SmramProfileGetDataSize()
1625 AllocLink, in SmramProfileGetDataSize()
[all …]