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

  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 147 PHYSICAL_ADDRESS CallerAddress;
407 Print (L" CallerAddress - 0x%016lx (Offset: 0x%08x)\n", AllocInfo->CallerAddress, (UINTN) (AllocInfo->CallerAddress - DriverInfo->ImageBase));
707 @param[in] CallerAddress Caller address.
715 IN PHYSICAL_ADDRESS CallerAddress,
736 if (AllocSummaryInfo->CallerAddress == CallerAddress) {
766 AllocSummaryInfoData = GetAllocSummaryInfoByCallerAddress (AllocInfo->CallerAddress, DriverSummaryInfoData);
778 AllocSummaryInfo->CallerAddress = AllocInfo->CallerAddress;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h 147 PHYSICAL_ADDRESS CallerAddress;
321 @param[in] CallerAddress Address of caller.
344 IN PHYSICAL_ADDRESS CallerAddress,

Completed in 756 milliseconds