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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c 39 MEMORY_PROFILE_ALLOC_INFO AllocInfo;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 376 @param[in] AllocInfo Pointer to memory profile alloc info.
387 IN MEMORY_PROFILE_ALLOC_INFO *AllocInfo,
393 if (AllocInfo->Header.Signature != MEMORY_PROFILE_ALLOC_INFO_SIGNATURE) {
397 if (AllocInfo->ActionStringOffset != 0) {
398 ActionString = (CHAR8 *) ((UINTN) AllocInfo + AllocInfo->ActionStringOffset);
404 Print (L" Signature - 0x%08x\n", AllocInfo->Header.Signature);
405 Print (L" Length - 0x%04x\n", AllocInfo->Header.Length);
406 Print (L" Revision - 0x%04x\n", AllocInfo->Header.Revision);
407 Print (L" CallerAddress - 0x%016lx (Offset: 0x%08x)\n", AllocInfo->CallerAddress, (UINTN) (AllocInfo->CallerAddress - DriverInfo->ImageBase));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c 39 MEMORY_PROFILE_ALLOC_INFO AllocInfo;
    [all...]

Completed in 79 milliseconds