Home | History | Annotate | Download | only in Pei

Lines Matching defs:Hob

18   Create the first memory status code GUID'ed HOB as initialization for memory status code worker.

20 @retval EFI_SUCCESS The GUID'ed HOB is created successfully.
29 // Create memory status code GUID'ed HOB.
34 // Build GUID'ed HOB with PCD defined size.
51 Report status code into GUID'ed HOB.
53 This function reports status code into GUID'ed HOB. If not all packets are full, then
88 EFI_PEI_HOB_POINTERS Hob;
95 Hob.Raw = GetFirstGuidHob (&gMemoryStatusCodeRecordGuid);
96 ASSERT (Hob.Raw != NULL);
98 PacketHeader = (MEMORY_STATUSCODE_PACKET_HEADER *) GET_GUID_HOB_DATA (Hob.Guid);