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

  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 189 UINT64 HobLength;
274 HobLength = EFI_PAGES_TO_SIZE(Pages);
275 Hob.MemoryAllocation->AllocDescriptor.MemoryLength = HobLength;
280 HobLength = (AlignedMemory - Memory);
281 Hob.MemoryAllocation->AllocDescriptor.MemoryLength = HobLength;
293 HobBaseAddress, HobLength, (UINTN) HobMemoryType));
296 HobLength = EFI_PAGES_TO_SIZE(Pages);
301 HobLength,
306 HobBaseAddress, HobLength, (UINTN) HobMemoryType));
310 HobBaseAddress, HobLength, (UINTN) HobMemoryType));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiHob.h 35 UINT16 HobLength;
154 // The HobLength is variable as it includes the GUID specific data.
192 // The HobLength is variable as the HOB contains pool allocations by
253 #define GET_HOB_LENGTH(Hob) ((Hob).Header->HobLength)
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiHob.h 49 UINT16 HobLength;
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiHob.h 47 UINT16 HobLength;

Completed in 438 milliseconds