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

  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
EfiLoader.c 52 UINT32 DestinationSize;
99 &DestinationSize,
107 PrintString ("BFV decompress: DestinationSize = %x, ScratchSize = %x\n", (UINTN) DestinationSize, (UINTN) ScratchSize);
112 (VOID *)(UINTN)((EFI_DECOMPRESSED_BUFFER_ADDRESS + DestinationSize + 0x1000) & 0xfffff000)
120 BfvPageNumber = EFI_SIZE_TO_PAGES (DestinationSize);
126 CopyMem ((VOID *)(UINTN)BfvBase, (VOID *)(UINTN)EFI_DECOMPRESSED_BUFFER_ADDRESS, DestinationSize);
148 &DestinationSize,
159 (VOID *)(UINTN)((EFI_DECOMPRESSED_BUFFER_ADDRESS + DestinationSize + 0x1000) & 0xfffff000)
204 &DestinationSize,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 219 UINT32 DestinationSize;
297 &DestinationSize,
301 DecompressedImageBuffer = AllocateZeroPool (DestinationSize);
310 DestinationSize,
316 ImageLength = DestinationSize;
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c 424 UINT32 DestinationSize;
493 &DestinationSize,
498 DecompressedImageBuffer = AllocatePool (DestinationSize);
507 DestinationSize,
513 ImageLength = DestinationSize;
PciRomTable.c 129 UINT32 DestinationSize;
213 &DestinationSize,
218 DecompressedImageBuffer = AllocatePool (DestinationSize);
227 DestinationSize,
233 ImageLength = DestinationSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 52 UINT32 DestinationSize;
123 &DestinationSize,
130 if (Buffer == NULL || *BufferSize < DestinationSize) {
131 *BufferSize = DestinationSize;
135 *BufferSize = DestinationSize;
146 DestinationSize,

Completed in 220 milliseconds