Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
DHstiDxe.c37 OUT UINTN *HstiSize OPTIONAL in InternalHstiFindAip()
136 if (HstiSize != NULL) { in InternalHstiFindAip()
137 *HstiSize = InformationBlockSize; in InternalHstiFindAip()
154 IN UINTN HstiSize in InternalHstiIsValidTable() argument
173 if (HstiSize < sizeof(ADAPTER_INFO_PLATFORM_SECURITY)) { in InternalHstiIsValidTable()
177 if (((HstiSize - sizeof(ADAPTER_INFO_PLATFORM_SECURITY)) / 3) < Hsti->SecurityFeaturesSize) { in InternalHstiIsValidTable()
213 …ErrorStringSize = HstiSize - sizeof(ADAPTER_INFO_PLATFORM_SECURITY) - Hsti->SecurityFeaturesSize *… in InternalHstiIsValidTable()
272 IN UINTN HstiSize in HstiLibSetTable() argument
284 if (!InternalHstiIsValidTable (Hsti, HstiSize)) { in HstiLibSetTable()
299 HstiAip->Hsti = AllocateCopyPool (HstiSize, Hsti); in HstiLibSetTable()
[all …]
DHstiAip.c58 *InformationBlock = AllocateCopyPool (HstiAip->HstiSize, HstiAip->Hsti); in HstiAipGetInfo()
62 *InformationBlockSize = HstiAip->HstiSize; in HstiAipGetInfo()
119 HstiAip->HstiSize = 0; in HstiAipSetInfo()
124 HstiAip->HstiSize = InformationBlockSize; in HstiAipSetInfo()
DHstiDxe.h35 UINTN HstiSize; member
62 IN UINTN HstiSize
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DHstiLib.h38 IN UINTN HstiSize
63 OUT UINTN *HstiSize