HomeSort by relevance Sort by last modified time
    Searched defs:Bist (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
SecPlatformInformation.c 42 UINT32 *Bist;
63 // The entries of BIST information, together with the number of them,
65 // This routine copies the BIST information to the buffer pointed by
79 Bist = (UINT32 *) (TopOfTemporaryRam - sizeof (UINT32) - Size);
81 CopyMem (PlatformInformationRecord, Bist, Size);
SaveSecContext.c 23 Save BIST value before call FspInit.
25 @param[in] Bist BIST value.
29 IN UINT32 Bist
53 UINT32 *Bist;
77 // The entries of BIST information, together with the number of them,
79 // This routine copies the BIST information to the buffer pointed by
85 // | BIST |
103 Bist = (UINT32 *)(UINTN)(TopOfTemporaryRam - sizeof(UINT32) - Size);
104 DEBUG ((DEBUG_INFO, "Bist - 0x%x\n", *Bist));
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
SecPlatformInformation.c 41 UINT32 *Bist;
62 // The entries of BIST information, together with the number of them,
64 // This routine copies the BIST information to the buffer pointed by
78 Bist = (UINT32 *) (TopOfTemporaryRam - sizeof (UINT32) - Size);
80 CopyMem (PlatformInformationRecord, Bist, Size);
SaveSecContext.c 24 Save BIST value before call FspInit.
26 @param Bist BIST value.
30 IN UINT32 Bist
54 UINT32 *Bist;
78 // The entries of BIST information, together with the number of them,
80 // This routine copies the BIST information to the buffer pointed by
86 // | BIST |
104 Bist = (UINT32 *)(UINTN)(TopOfTemporaryRam - sizeof(UINT32) - Size);
105 DEBUG ((DEBUG_INFO, "Bist - 0x%x\n", *Bist));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.h 338 UINT8 Bist;

Completed in 2867 milliseconds