Searched refs:gCommonPpiTable (Results 1 – 1 of 1) sorted by relevance
24 CONST EFI_PEI_PPI_DESCRIPTOR gCommonPpiTable[] = { variable49 CopyMem ((VOID*)ListBase, gCommonPpiTable, sizeof(gCommonPpiTable)); in CreatePpiList()50 CopyMem ((VOID*)(ListBase + sizeof(gCommonPpiTable)), PlatformPpiList, PlatformPpiListSize); in CreatePpiList()53 …LastPpi = (EFI_PEI_PPI_DESCRIPTOR*)ListBase + ((sizeof(gCommonPpiTable) + PlatformPpiListSize) / s… in CreatePpiList()57 *PpiListSize = sizeof(gCommonPpiTable) + PlatformPpiListSize; in CreatePpiList()