OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallerAddress
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c
801
@param
CallerAddress
Address of caller who call Allocate.
813
IN PHYSICAL_ADDRESS
CallerAddress
,
836
DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData,
CallerAddress
);
856
AllocInfo->
CallerAddress
=
CallerAddress
;
954
@param
CallerAddress
Address of caller who call Free.
965
IN PHYSICAL_ADDRESS
CallerAddress
,
987
DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData,
CallerAddress
);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c
805
@param
CallerAddress
Address of caller who call Allocate.
817
IN PHYSICAL_ADDRESS
CallerAddress
,
840
DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData,
CallerAddress
);
859
AllocInfo->
CallerAddress
=
CallerAddress
;
958
@param
CallerAddress
Address of caller who call Free.
969
IN PHYSICAL_ADDRESS
CallerAddress
,
991
DriverInfoData = GetMemoryProfileDriverInfoFromAddress (ContextData,
CallerAddress
);
[
all
...]
PiSmmCore.h
922
@param
CallerAddress
Address of caller who call Allocate or Free.
934
IN EFI_PHYSICAL_ADDRESS
CallerAddress
,
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h
75
PHYSICAL_ADDRESS
CallerAddress
;
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c
273
Print (L"
CallerAddress
- 0x%016lx (Offset: 0x%08x)\n", AllocInfo->
CallerAddress
, (UINTN) (AllocInfo->
CallerAddress
- DriverInfo->ImageBase));
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h
[
all
...]
Completed in 61 milliseconds