Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c32 LIST_ENTRY *AllocInfoList; member
471 DriverInfoData->AllocInfoList = (LIST_ENTRY *) (DriverInfoData + 1); in BuildDriverInfo()
472 InitializeListHead (DriverInfoData->AllocInfoList); in BuildDriverInfo()
478 DriverInfoData->PdbString = (CHAR8 *) (DriverInfoData->AllocInfoList + 1); in BuildDriverInfo()
1078 InsertTailList (DriverInfoData->AllocInfoList, &AllocInfoData->Link); in CoreUpdateProfileAllocate()
1131 LIST_ENTRY *AllocInfoList; in GetMemoryProfileAllocInfoFromAddress() local
1136 AllocInfoList = DriverInfoData->AllocInfoList; in GetMemoryProfileAllocInfoFromAddress()
1138 for (AllocLink = AllocInfoList->ForwardLink; in GetMemoryProfileAllocInfoFromAddress()
1139 AllocLink != AllocInfoList; in GetMemoryProfileAllocInfoFromAddress()
1455 LIST_ENTRY *AllocInfoList; in MemoryProfileGetDataSize() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c32 LIST_ENTRY *AllocInfoList; member
472 DriverInfoData->AllocInfoList = (LIST_ENTRY *) (DriverInfoData + 1); in BuildDriverInfo()
473 InitializeListHead (DriverInfoData->AllocInfoList); in BuildDriverInfo()
479 DriverInfoData->PdbString = (CHAR8 *) (DriverInfoData->AllocInfoList + 1); in BuildDriverInfo()
1197 InsertTailList (DriverInfoData->AllocInfoList, &AllocInfoData->Link); in SmmCoreUpdateProfileAllocate()
1251 LIST_ENTRY *AllocInfoList; in GetMemoryProfileAllocInfoFromAddress() local
1256 AllocInfoList = DriverInfoData->AllocInfoList; in GetMemoryProfileAllocInfoFromAddress()
1258 for (AllocLink = AllocInfoList->ForwardLink; in GetMemoryProfileAllocInfoFromAddress()
1259 AllocLink != AllocInfoList; in GetMemoryProfileAllocInfoFromAddress()
1590 LIST_ENTRY *AllocInfoList; in SmramProfileGetDataSize() local
[all …]