HomeSort by relevance Sort by last modified time
    Searched full:bistinformationsize (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuBist.c 48 UINTN BistInformationSize;
54 BistInformationSize = sizeof (EFI_SEC_PLATFORM_INFORMATION_RECORD2) +
59 if ((*StructureSize) < (UINT64) BistInformationSize) {
60 *StructureSize = (UINT64) BistInformationSize;

Completed in 75 milliseconds