Home
last modified time | relevance | path

Searched refs:CallerAddress (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
DPiSmmCoreMemoryProfileLib.c98 IN PHYSICAL_ADDRESS CallerAddress, in MemoryProfileLibRecord() argument
107 return SmmCoreUpdateProfile (CallerAddress, Action, MemoryType, Size, Buffer, ActionString); in MemoryProfileLibRecord()
114 CallerAddress, in MemoryProfileLibRecord()
DPiSmmCoreMemoryProfileLibNull.c44 IN PHYSICAL_ADDRESS CallerAddress, in MemoryProfileLibRecord() argument
DPiSmmCoreMemoryProfileServices.h46 IN PHYSICAL_ADDRESS CallerAddress,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
DSmmMemoryProfileLib.c107 IN PHYSICAL_ADDRESS CallerAddress, in MemoryProfileLibRecord() argument
121 CallerAddress, in MemoryProfileLibRecord()
134 CallerAddress, in MemoryProfileLibRecord()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
DDxeCoreMemoryProfileLib.c47 IN PHYSICAL_ADDRESS CallerAddress, in MemoryProfileLibRecord() argument
55 return CoreUpdateProfile (CallerAddress, Action, MemoryType, Size, Buffer, ActionString); in MemoryProfileLibRecord()
DDxeCoreMemoryProfileLibNull.c45 IN PHYSICAL_ADDRESS CallerAddress, in MemoryProfileLibRecord() argument
DDxeCoreMemoryProfileServices.h46 IN PHYSICAL_ADDRESS CallerAddress,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
DDxeMemoryProfileLib.c81 IN PHYSICAL_ADDRESS CallerAddress, in MemoryProfileLibRecord() argument
94 CallerAddress, in MemoryProfileLibRecord()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c204 IN PHYSICAL_ADDRESS CallerAddress,
998 IN PHYSICAL_ADDRESS CallerAddress, in CoreUpdateProfileAllocate() argument
1025 DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData, CallerAddress); in CoreUpdateProfileAllocate()
1063 AllocInfo->CallerAddress = CallerAddress; in CoreUpdateProfileAllocate()
1187 IN PHYSICAL_ADDRESS CallerAddress, in CoreUpdateProfileFree() argument
1213 DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData, CallerAddress); in CoreUpdateProfileFree()
1315 AllocInfo->CallerAddress, in CoreUpdateProfileFree()
1325 AllocInfo->CallerAddress, in CoreUpdateProfileFree()
1367 IN PHYSICAL_ADDRESS CallerAddress, in CoreUpdateProfile() argument
1416 …Status = CoreUpdateProfileAllocate (CallerAddress, Action, MemoryType, Size, Buffer, ActionString); in CoreUpdateProfile()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DMemoryProfileLib.h45 IN PHYSICAL_ADDRESS CallerAddress,
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c147 PHYSICAL_ADDRESS CallerAddress; member
407 …rAddress - 0x%016lx (Offset: 0x%08x)\n", AllocInfo->CallerAddress, (UINTN) (AllocInfo->CallerAddre… in DumpMemoryProfileAllocInfo()
715 IN PHYSICAL_ADDRESS CallerAddress, in GetAllocSummaryInfoByCallerAddress() argument
736 if (AllocSummaryInfo->CallerAddress == CallerAddress) { in GetAllocSummaryInfoByCallerAddress()
766 …AllocSummaryInfoData = GetAllocSummaryInfoByCallerAddress (AllocInfo->CallerAddress, DriverSummary… in CreateAllocSummaryInfo()
778 AllocSummaryInfo->CallerAddress = AllocInfo->CallerAddress; in CreateAllocSummaryInfo()
951 AllocSummaryInfo->CallerAddress - DriverInfo->ImageBase in DumpContextSummaryData()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c227 IN PHYSICAL_ADDRESS CallerAddress,
1117 IN PHYSICAL_ADDRESS CallerAddress, in SmmCoreUpdateProfileAllocate() argument
1144 DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData, CallerAddress); in SmmCoreUpdateProfileAllocate()
1182 AllocInfo->CallerAddress = CallerAddress; in SmmCoreUpdateProfileAllocate()
1307 IN PHYSICAL_ADDRESS CallerAddress, in SmmCoreUpdateProfileFree() argument
1333 DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData, CallerAddress); in SmmCoreUpdateProfileFree()
1435 AllocInfo->CallerAddress, in SmmCoreUpdateProfileFree()
1445 AllocInfo->CallerAddress, in SmmCoreUpdateProfileFree()
1487 IN PHYSICAL_ADDRESS CallerAddress, in SmmCoreUpdateProfile() argument
1535 …Status = SmmCoreUpdateProfileAllocate (CallerAddress, Action, MemoryType, Size, Buffer, ActionStri… in SmmCoreUpdateProfile()
[all …]
DPiSmmCore.h992 IN PHYSICAL_ADDRESS CallerAddress,
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h147 PHYSICAL_ADDRESS CallerAddress; member
344 IN PHYSICAL_ADDRESS CallerAddress,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h2835 IN EFI_PHYSICAL_ADDRESS CallerAddress,