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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c 978 MEMORY_PROFILE_DRIVER_INFO_DATA *ThisDriverInfoData;
1011 ThisDriverInfoData = CR (
1019 AllocInfoData = GetMemoryProfileAllocInfoFromAddress (ThisDriverInfoData, MemoryProfileActionAllocatePages, Size, Bu (…)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c 982 MEMORY_PROFILE_DRIVER_INFO_DATA *ThisDriverInfoData;
1015 ThisDriverInfoData = CR (
1023 AllocInfoData = GetMemoryProfileAllocInfoFromAddress (ThisDriverInfoData, MemoryProfileActionAllocatePages, Size, Buffer);
1026 AllocInfoData = GetMemoryProfileAllocInfoFromAddress (ThisDriverInfoData, MemoryProfileActionAllocatePool, 0, Buffer);
    [all...]

Completed in 38 milliseconds