Searched refs:CpuInstance (Results 1 – 3 of 3) sorted by relevance
50 EFI_SEC_PLATFORM_INFORMATION_CPU *CpuInstance; in SecPlatformInformation2() local65 CpuInstance = PlatformInformationRecord2->CpuInstance; in SecPlatformInformation2()67 CpuInstance[CpuIndex].CpuLocation = PeiCpuMpData->CpuData[CpuIndex].ApicId; in SecPlatformInformation2()68 CpuInstance[CpuIndex].InfoRecord.IA32HealthFlags = PeiCpuMpData->CpuData[CpuIndex].Health; in SecPlatformInformation2()169 EFI_SEC_PLATFORM_INFORMATION_CPU *CpuInstance; in CollectBistDataFromPpi() local178 CpuInstance = NULL; in CollectBistDataFromPpi()194 CpuInstance = SecPlatformInformation2->CpuInstance; in CollectBistDataFromPpi()213 CpuInstance = &BspCpuInstance; in CollectBistDataFromPpi()221 ASSERT (CpuInstance != NULL); in CollectBistDataFromPpi()222 if (CpuData->ApicId == CpuInstance[CpuIndex].CpuLocation) { in CollectBistDataFromPpi()[all …]
49 EFI_SEC_PLATFORM_INFORMATION_CPU CpuInstance[1]; member
1580 EFI_SEC_PLATFORM_INFORMATION_CPU *CpuInstance; in CollectBistDataFromHob() local1599 CpuInstance = SecPlatformInformation2->CpuInstance; in CollectBistDataFromHob()1614 CpuInstance = &BspCpuInstance; in CollectBistDataFromHob()1628 if (InitialLocalApicId == CpuInstance[NumberOfData].CpuLocation) { in CollectBistDataFromHob()1632 if (CpuInstance[NumberOfData].InfoRecord.IA32HealthFlags.Uint32 != 0) { in CollectBistDataFromHob()