Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c813 IN PHYSICAL_ADDRESS CallerAddress, in CoreUpdateProfileAllocate() argument
836 DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData, CallerAddress); in CoreUpdateProfileAllocate()
856 AllocInfo->CallerAddress = CallerAddress; in CoreUpdateProfileAllocate()
965 IN PHYSICAL_ADDRESS CallerAddress, in CoreUpdateProfileFree() argument
987 DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData, CallerAddress); in CoreUpdateProfileFree()
1065 AllocInfo->CallerAddress, in CoreUpdateProfileFree()
1074 AllocInfo->CallerAddress, in CoreUpdateProfileFree()
1106 IN PHYSICAL_ADDRESS CallerAddress, in CoreUpdateProfile() argument
1142 CoreUpdateProfileAllocate (CallerAddress, Action, MemoryType, Size, Buffer); in CoreUpdateProfile()
1145 CoreUpdateProfileFree (CallerAddress, Action, Size, Buffer); in CoreUpdateProfile()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c817 IN PHYSICAL_ADDRESS CallerAddress, in SmmCoreUpdateProfileAllocate() argument
840 DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData, CallerAddress); in SmmCoreUpdateProfileAllocate()
859 AllocInfo->CallerAddress = CallerAddress; in SmmCoreUpdateProfileAllocate()
969 IN PHYSICAL_ADDRESS CallerAddress, in SmmCoreUpdateProfileFree() argument
991 DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData, CallerAddress); in SmmCoreUpdateProfileFree()
1069 AllocInfo->CallerAddress, in SmmCoreUpdateProfileFree()
1078 AllocInfo->CallerAddress, in SmmCoreUpdateProfileFree()
1110 IN PHYSICAL_ADDRESS CallerAddress, in SmmCoreUpdateProfile() argument
1146 SmmCoreUpdateProfileAllocate (CallerAddress, Action, MemoryType, Size, Buffer); in SmmCoreUpdateProfile()
1149 SmmCoreUpdateProfileFree (CallerAddress, Action, Size, Buffer); in SmmCoreUpdateProfile()
[all …]
DPiSmmCore.h934 IN EFI_PHYSICAL_ADDRESS CallerAddress,
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h75 PHYSICAL_ADDRESS CallerAddress; member
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c273 …rAddress - 0x%016lx (Offset: 0x%08x)\n", AllocInfo->CallerAddress, (UINTN) (AllocInfo->CallerAddre… in DumpMemoryProfileAllocInfo()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h2863 IN EFI_PHYSICAL_ADDRESS CallerAddress,