Searched defs:PeiPerformanceIdArray (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiPerformanceLib/
H A DPeiPerformanceLib.c42 @param PeiPerformanceIdArray Pointer to Pointer to PEI performance identifier array.
48 OUT UINT32 **PeiPerformanceIdArray
55 ASSERT (PeiPerformanceIdArray != NULL);
67 *PeiPerformanceIdArray = GET_GUID_HOB_DATA (GuidHob);
78 *PeiPerformanceIdArray = BuildGuidHob (&gPerformanceExProtocolGuid, PeiPerformanceSize);
79 *PeiPerformanceIdArray = ZeroMem (*PeiPerformanceIdArray, PeiPerformanceSize);
93 @param PeiPerformanceIdArray Pointer to PEI performance identifier array.
108 IN UINT32 *PeiPerformanceIdArray,
133 (PeiPerformanceIdArray[Inde
106 InternalSearchForLogEntry( IN PEI_PERFORMANCE_LOG_HEADER *PeiPerformanceLog, IN UINT32 *PeiPerformanceIdArray, IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT32 Identifier ) argument
175 UINT32 *PeiPerformanceIdArray; local
242 UINT32 *PeiPerformanceIdArray; local
315 UINT32 *PeiPerformanceIdArray; local
[all...]

Completed in 33 milliseconds