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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
DxeCoreMemoryProfileLib.c 25 @param[in] CallerAddress Address of caller.
47 IN PHYSICAL_ADDRESS CallerAddress,
55 return CoreUpdateProfile (CallerAddress, Action, MemoryType, Size, Buffer, ActionString);
DxeCoreMemoryProfileLibNull.c 23 @param[in] CallerAddress Address of caller.
45 IN PHYSICAL_ADDRESS CallerAddress,
DxeCoreMemoryProfileServices.h 24 @param CallerAddress Address of caller who call Allocate or Free.
46 IN PHYSICAL_ADDRESS CallerAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
MemoryProfileLib.h 23 @param[in] CallerAddress Address of caller.
45 IN PHYSICAL_ADDRESS CallerAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
PiSmmCoreMemoryProfileLibNull.c 22 @param[in] CallerAddress Address of caller.
44 IN PHYSICAL_ADDRESS CallerAddress,
PiSmmCoreMemoryProfileServices.h 24 @param CallerAddress Address of caller who call Allocate or Free.
46 IN PHYSICAL_ADDRESS CallerAddress,
PiSmmCoreMemoryProfileLib.c 76 @param[in] CallerAddress Address of caller.
98 IN PHYSICAL_ADDRESS CallerAddress,
107 return SmmCoreUpdateProfile (CallerAddress, Action, MemoryType, Size, Buffer, ActionString);
114 CallerAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
DxeMemoryProfileLib.c 59 @param[in] CallerAddress Address of caller.
81 IN PHYSICAL_ADDRESS CallerAddress,
94 CallerAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
SmmMemoryProfileLib.c 85 @param[in] CallerAddress Address of caller.
107 IN PHYSICAL_ADDRESS CallerAddress,
121 CallerAddress,
134 CallerAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c 181 @param[in] CallerAddress Address of caller.
204 IN PHYSICAL_ADDRESS CallerAddress,
983 @param CallerAddress Address of caller who call Allocate.
998 IN PHYSICAL_ADDRESS CallerAddress,
    [all...]
  /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,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c 204 @param[in] CallerAddress Address of caller.
227 IN PHYSICAL_ADDRESS CallerAddress,
    [all...]
PiSmmCore.h 970 @param CallerAddress Address of caller who call Allocate or Free.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h     [all...]

Completed in 2254 milliseconds