Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DMainMPCore.c38 UINTN PpiListCount; in SecondaryMain() local
57 PpiListCount = PpiListSize / sizeof(EFI_PEI_PPI_DESCRIPTOR); in SecondaryMain()
58 for (Index = 0; Index < PpiListCount; Index++, PpiList++) { in SecondaryMain()
65 ASSERT (Index != PpiListCount); in SecondaryMain()
/device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/
DPrePi.c51 UINTN PpiListCount; in GetPlatformPpi() local
57 PpiListCount = PpiListSize / sizeof(EFI_PEI_PPI_DESCRIPTOR); in GetPlatformPpi()
58 for (Index = 0; Index < PpiListCount; Index++, PpiList++) { in GetPlatformPpi()
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
DPrePi.c57 UINTN PpiListCount; in GetPlatformPpi() local
63 PpiListCount = PpiListSize / sizeof(EFI_PEI_PPI_DESCRIPTOR); in GetPlatformPpi()
64 for (Index = 0; Index < PpiListCount; Index++, PpiList++) { in GetPlatformPpi()