Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DPrePeiCore.c39 UINTN PlatformPpiListSize; in CreatePpiList() local
44 PlatformPpiListSize = 0; in CreatePpiList()
45 ArmPlatformGetPlatformPpiList (&PlatformPpiListSize, &PlatformPpiList); 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()