HomeSort by relevance Sort by last modified time
    Searched refs:AllocInfoList (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c 28 LIST_ENTRY *AllocInfoList;
300 DriverInfoData->AllocInfoList = (LIST_ENTRY *) (DriverInfoData + 1);
301 InitializeListHead (DriverInfoData->AllocInfoList);
866 InsertTailList (DriverInfoData->AllocInfoList, &AllocInfoData->Link);
914 LIST_ENTRY *AllocInfoList;
919 AllocInfoList = DriverInfoData->AllocInfoList;
921 for (AllocLink = AllocInfoList->ForwardLink;
922 AllocLink != AllocInfoList;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c 29 LIST_ENTRY *AllocInfoList;
347 DriverInfoData->AllocInfoList = (LIST_ENTRY *) (DriverInfoData + 1);
348 InitializeListHead (DriverInfoData->AllocInfoList);
863 InsertTailList (DriverInfoData->AllocInfoList, &AllocInfoData->Link);
910 LIST_ENTRY *AllocInfoList;
915 AllocInfoList = DriverInfoData->AllocInfoList;
917 for (AllocLink = AllocInfoList->ForwardLink;
918 AllocLink != AllocInfoList;
    [all...]

Completed in 392 milliseconds