HomeSort by relevance Sort by last modified time
    Searched refs:MemoryFreeUnder1MB (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DxeInit.c 230 "MemoryFreeUnder1MB = %lx, MemoryFreeUnder1MBLength = %lx\n"
248 gHob->MemoryFreeUnder1MB.PhysicalStart, gHob->MemoryFreeUnder1MB.ResourceLength,
HobGeneration.h 74 EFI_HOB_RESOURCE_DESCRIPTOR MemoryFreeUnder1MB;
HobGeneration.c 115 { // MemoryFreeUnder1MB for unused memory that DXE core will claim
595 Update the Hob filling MemoryFreeUnder1MB, MemoryAbove1MB, MemoryAbove4GB
620 gHob->MemoryFreeUnder1MB.ResourceLength = EbdaAddress - EFI_MEMORY_BELOW_1MB_START;
621 gHob->MemoryFreeUnder1MB.PhysicalStart = EFI_MEMORY_BELOW_1MB_START;
    [all...]

Completed in 61 milliseconds