Searched refs:NumberOfData (Results 1 – 2 of 2) sorted by relevance
168 UINTN NumberOfData; in CollectBistDataFromPpi() local177 NumberOfData = 0; in CollectBistDataFromPpi()193 NumberOfData = SecPlatformInformation2->NumberOfCpus; in CollectBistDataFromPpi()206 NumberOfData = 1; in CollectBistDataFromPpi()220 for (CpuIndex = 0; CpuIndex < NumberOfData; CpuIndex ++) { in CollectBistDataFromPpi()247 if (SecPlatformInformation2 != NULL && NumberOfData < PeiCpuMpData->CpuCount) { in CollectBistDataFromPpi()
1579 UINTN NumberOfData; in CollectBistDataFromHob() local1598 NumberOfData = SecPlatformInformation2->NumberOfCpus; in CollectBistDataFromHob()1607 NumberOfData = 1; in CollectBistDataFromHob()1624 while ((NumberOfData--) > 0) { in CollectBistDataFromHob()1628 if (InitialLocalApicId == CpuInstance[NumberOfData].CpuLocation) { in CollectBistDataFromHob()1632 if (CpuInstance[NumberOfData].InfoRecord.IA32HealthFlags.Uint32 != 0) { in CollectBistDataFromHob()