Lines Matching refs:SecPlatformInformation2
18 SecPlatformInformation2
41 SecPlatformInformation2 ( in SecPlatformInformation2() function
100 EFI_SEC_PLATFORM_INFORMATION_RECORD2 *SecPlatformInformation2; in GetBistInfoFromPpi() local
118 SecPlatformInformation2 = NULL; in GetBistInfoFromPpi()
122 SecPlatformInformation2 in GetBistInfoFromPpi()
127 (VOID **) &SecPlatformInformation2 in GetBistInfoFromPpi()
136 SecPlatformInformation2 in GetBistInfoFromPpi()
139 *BistInformationData = SecPlatformInformation2; in GetBistInfoFromPpi()
168 EFI_SEC_PLATFORM_INFORMATION_RECORD2 *SecPlatformInformation2; in CollectBistDataFromPpi() local
195 SecPlatformInformation2 = NULL; in CollectBistDataFromPpi()
206 (VOID *) &SecPlatformInformation2, in CollectBistDataFromPpi()
213 NumberOfData = SecPlatformInformation2->NumberOfCpus; in CollectBistDataFromPpi()
214 CpuInstance = SecPlatformInformation2->CpuInstance; in CollectBistDataFromPpi()
278 if (SecPlatformInformation2 != NULL && NumberOfData < NumberOfProcessors) { in CollectBistDataFromPpi()