Searched refs:Bist (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/ |
D | SaveSecContext.c | 30 IN UINT32 Bist 54 UINT32 *Bist; in SaveSecContext() local 104 Bist = (UINT32 *)(UINTN)(TopOfTemporaryRam - sizeof(UINT32) - Size); in SaveSecContext() 105 DEBUG ((DEBUG_INFO, "Bist - 0x%x\n", *Bist)); in SaveSecContext() 112 AsmSaveBistValue (*Bist); in SaveSecContext()
|
D | SecPlatformInformation.c | 41 UINT32 *Bist; in SecPlatformInformation() local 78 Bist = (UINT32 *) (TopOfTemporaryRam - sizeof (UINT32) - Size); in SecPlatformInformation() 80 CopyMem (PlatformInformationRecord, Bist, Size); in SecPlatformInformation()
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/ |
D | SaveSecContext.c | 29 IN UINT32 Bist 53 UINT32 *Bist; in SaveSecContext() local 103 Bist = (UINT32 *)(UINTN)(TopOfTemporaryRam - sizeof(UINT32) - Size); in SaveSecContext() 104 DEBUG ((DEBUG_INFO, "Bist - 0x%x\n", *Bist)); in SaveSecContext() 109 AsmSaveBistValue (*Bist); in SaveSecContext()
|
D | SecPlatformInformation.c | 42 UINT32 *Bist; in SecPlatformInformation() local 79 Bist = (UINT32 *) (TopOfTemporaryRam - sizeof (UINT32) - Size); in SecPlatformInformation() 81 CopyMem (PlatformInformationRecord, Bist, Size); in SecPlatformInformation()
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/ |
D | SecPlatformInformation.c | 42 UINT32 *Bist; in SecPlatformInformation() local 79 Bist = (UINT32 *) (TopOfTemporaryRam - sizeof (UINT32) - Size); in SecPlatformInformation() 81 CopyMem (PlatformInformationRecord, Bist, Size); in SecPlatformInformation()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Pci.h | 338 UINT8 Bist; member
|
D | Pci.c | 3136 …-1, -1, NULL, STRING_TOKEN (STR_PCI_LINE_BIST), gShellDebug1HiiHandle, INDEX_OF (&(Common->Bist))); in PciExplainData() 3137 if ((Common->Bist & PCI_BIT_7) != 0) { in PciExplainData() 3138 …ntHiiEx(-1, -1, NULL, STRING_TOKEN (STR_PCI_LINE_CAP), gShellDebug1HiiHandle, 0x0f & Common->Bist); in PciExplainData()
|