OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileSize
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c
489
@param[in]
ProfileSize
Memory profile size.
498
IN UINT64
ProfileSize
,
505
ProfileEnd = (UINTN) (ProfileBuffer +
ProfileSize
);
524
@param[in]
ProfileSize
Memory profile size.
530
IN UINT64
ProfileSize
537
Context = (MEMORY_PROFILE_CONTEXT *) ScanMemoryProfileBySignature (ProfileBuffer,
ProfileSize
, MEMORY_PROFILE_CONTEXT_SIGNATURE);
542
FreeMemory = (MEMORY_PROFILE_FREE_MEMORY *) ScanMemoryProfileBySignature (ProfileBuffer,
ProfileSize
, MEMORY_PROFILE_FREE_MEMORY_SIGNATURE);
547
MemoryRange = (MEMORY_PROFILE_MEMORY_RANGE *) ScanMemoryProfileBySignature (ProfileBuffer,
ProfileSize
, MEMORY_PROFILE_MEMORY_RANGE_SIGNATURE);
639
UINT64
ProfileSize
;
668
CommGetProfileInfo->
ProfileSize
= 0;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h
139
@param[in, out]
ProfileSize
On entry, points to the size in bytes of the ProfileBuffer.
144
@return EFI_BUFFER_TO_SMALL The
ProfileSize
is too small for the resulting data.
145
ProfileSize
is updated with the size required.
152
IN OUT UINT64 *
ProfileSize
,
256
UINT64
ProfileSize
;
261
UINT64
ProfileSize
;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c
[
all
...]
Completed in 64 milliseconds