Searched refs:BistInformationSize (Results 1 – 1 of 1) sorted by relevance
48 UINTN BistInformationSize; in SecPlatformInformation2() local54 BistInformationSize = sizeof (EFI_SEC_PLATFORM_INFORMATION_RECORD2) + in SecPlatformInformation2()59 if ((*StructureSize) < (UINT64) BistInformationSize) { in SecPlatformInformation2()60 *StructureSize = (UINT64) BistInformationSize; in SecPlatformInformation2()