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

  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiDxe.h 35 UINTN HstiSize;
54 @param HstiSize HSTI size
62 IN UINTN HstiSize
HstiDxe.c 27 @param HstiSize HSTI size
37 OUT UINTN *HstiSize OPTIONAL
136 if (HstiSize != NULL) {
137 *HstiSize = InformationBlockSize;
146 @param HstiSize HSTI size
154 IN UINTN HstiSize
173 if (HstiSize < sizeof(ADAPTER_INFO_PLATFORM_SECURITY)) {
174 DEBUG ((EFI_D_ERROR, "HstiSize < sizeof(ADAPTER_INFO_PLATFORM_SECURITY)\n"));
177 if (((HstiSize - sizeof(ADAPTER_INFO_PLATFORM_SECURITY)) / 3) < Hsti->SecurityFeaturesSize) {
178 DEBUG ((EFI_D_ERROR, "((HstiSize - sizeof(ADAPTER_INFO_PLATFORM_SECURITY)) / 3) < SecurityFeaturesSize\n"));
    [all...]

Completed in 141 milliseconds