Searched refs:PpiListCount (Results 1 – 3 of 3) sorted by relevance
38 UINTN PpiListCount; in SecondaryMain() local57 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()
51 UINTN PpiListCount; in GetPlatformPpi() local57 PpiListCount = PpiListSize / sizeof(EFI_PEI_PPI_DESCRIPTOR); in GetPlatformPpi()58 for (Index = 0; Index < PpiListCount; Index++, PpiList++) { in GetPlatformPpi()
57 UINTN PpiListCount; in GetPlatformPpi() local63 PpiListCount = PpiListSize / sizeof(EFI_PEI_PPI_DESCRIPTOR); in GetPlatformPpi()64 for (Index = 0; Index < PpiListCount; Index++, PpiList++) { in GetPlatformPpi()