Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DCpuBist.c168 UINTN NumberOfData; in CollectBistDataFromPpi() local
177 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()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuMp.c1579 UINTN NumberOfData; in CollectBistDataFromHob() local
1598 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()