Home
last modified time | relevance | path

Searched refs:ActionString (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
DPiSmmCoreMemoryProfileLib.c103 IN CHAR8 *ActionString OPTIONAL in MemoryProfileLibRecord()
107 return SmmCoreUpdateProfile (CallerAddress, Action, MemoryType, Size, Buffer, ActionString); in MemoryProfileLibRecord()
119 ActionString in MemoryProfileLibRecord()
DPiSmmCoreMemoryProfileLibNull.c49 IN CHAR8 *ActionString OPTIONAL in MemoryProfileLibRecord()
DPiSmmCoreMemoryProfileServices.h51 IN CHAR8 *ActionString OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
DSmmMemoryProfileLib.c112 IN CHAR8 *ActionString OPTIONAL in MemoryProfileLibRecord()
126 ActionString in MemoryProfileLibRecord()
139 ActionString in MemoryProfileLibRecord()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
DDxeCoreMemoryProfileLib.c52 IN CHAR8 *ActionString OPTIONAL in MemoryProfileLibRecord()
55 return CoreUpdateProfile (CallerAddress, Action, MemoryType, Size, Buffer, ActionString); in MemoryProfileLibRecord()
DDxeCoreMemoryProfileLibNull.c50 IN CHAR8 *ActionString OPTIONAL in MemoryProfileLibRecord()
DDxeCoreMemoryProfileServices.h51 IN CHAR8 *ActionString OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
DDxeMemoryProfileLib.c86 IN CHAR8 *ActionString OPTIONAL in MemoryProfileLibRecord()
99 ActionString in MemoryProfileLibRecord()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c40 CHAR8 *ActionString; member
209 IN CHAR8 *ActionString OPTIONAL
1003 IN CHAR8 *ActionString OPTIONAL in CoreUpdateProfileAllocate()
1032 if (ActionString != NULL) { in CoreUpdateProfileAllocate()
1033 ActionStringSize = AsciiStrSize (ActionString); in CoreUpdateProfileAllocate()
1069 if (ActionString != NULL) { in CoreUpdateProfileAllocate()
1071 AllocInfoData->ActionString = (CHAR8 *) (AllocInfoData + 1); in CoreUpdateProfileAllocate()
1072 CopyMem (AllocInfoData->ActionString, ActionString, ActionStringSize); in CoreUpdateProfileAllocate()
1075 AllocInfoData->ActionString = NULL; in CoreUpdateProfileAllocate()
1320 AllocInfoData->ActionString in CoreUpdateProfileFree()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c40 CHAR8 *ActionString; member
232 IN CHAR8 *ActionString OPTIONAL
1122 IN CHAR8 *ActionString OPTIONAL in SmmCoreUpdateProfileAllocate()
1151 if (ActionString != NULL) { in SmmCoreUpdateProfileAllocate()
1152 ActionStringSize = AsciiStrSize (ActionString); in SmmCoreUpdateProfileAllocate()
1188 if (ActionString != NULL) { in SmmCoreUpdateProfileAllocate()
1190 AllocInfoData->ActionString = (CHAR8 *) (AllocInfoData + 1); in SmmCoreUpdateProfileAllocate()
1191 CopyMem (AllocInfoData->ActionString, ActionString, ActionStringSize); in SmmCoreUpdateProfileAllocate()
1194 AllocInfoData->ActionString = NULL; in SmmCoreUpdateProfileAllocate()
1440 AllocInfoData->ActionString in SmmCoreUpdateProfileFree()
[all …]
DPiSmmCore.h997 IN CHAR8 *ActionString OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c149 CHAR8 *ActionString; member
342 CHAR8 **ActionString; in ProfileActionToStr() local
345 ActionString = mSmmActionString; in ProfileActionToStr()
348 ActionString = mActionString; in ProfileActionToStr()
353 return ActionString[Action]; in ProfileActionToStr()
368 return ActionString[0]; in ProfileActionToStr()
391 CHAR8 *ActionString; in DumpMemoryProfileAllocInfo() local
398 ActionString = (CHAR8 *) ((UINTN) AllocInfo + AllocInfo->ActionStringOffset); in DumpMemoryProfileAllocInfo()
400 ActionString = NULL; in DumpMemoryProfileAllocInfo()
409 …0x%08x (%a)\n", AllocInfo->Action, ProfileActionToStr (AllocInfo->Action, ActionString, IsForSmm)); in DumpMemoryProfileAllocInfo()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DMemoryProfileLib.h50 IN CHAR8 *ActionString OPTIONAL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
DTcgService.h160 IN CHAR8 *ActionString
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h349 IN CHAR8 *ActionString OPTIONAL
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
DOpalHii.c331 CHAR8 *ActionString, in HiiSelectDiskAction() argument
340 HiiSetFormString(STRING_TOKEN(STR_DISK_ACTION_LBL), ActionString); in HiiSelectDiskAction()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h2840 IN CHAR8 *ActionString OPTIONAL