HomeSort by relevance Sort by last modified time
    Searched refs:PpiListCount (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
MainMPCore.c 38 UINTN PpiListCount;
57 PpiListCount = PpiListSize / sizeof(EFI_PEI_PPI_DESCRIPTOR);
58 for (Index = 0; Index < PpiListCount; Index++, PpiList++) {
65 ASSERT (Index != PpiListCount);
  /device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/
PrePi.c 51 UINTN PpiListCount;
57 PpiListCount = PpiListSize / sizeof(EFI_PEI_PPI_DESCRIPTOR);
58 for (Index = 0; Index < PpiListCount; Index++, PpiList++) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
PrePi.c 54 UINTN PpiListCount;
60 PpiListCount = PpiListSize / sizeof(EFI_PEI_PPI_DESCRIPTOR);
61 for (Index = 0; Index < PpiListCount; Index++, PpiList++) {

Completed in 1284 milliseconds