Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DPrePeiCore.c24 CONST EFI_PEI_PPI_DESCRIPTOR gCommonPpiTable[] = { variable
49 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()