Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DCpuBist.c48 UINTN BistInformationSize; in SecPlatformInformation2() local
54 BistInformationSize = sizeof (EFI_SEC_PLATFORM_INFORMATION_RECORD2) + in SecPlatformInformation2()
59 if ((*StructureSize) < (UINT64) BistInformationSize) { in SecPlatformInformation2()
60 *StructureSize = (UINT64) BistInformationSize; in SecPlatformInformation2()