Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DSupport.c99 EFI_PHYSICAL_ADDRESS MaxPhysicalStart; in FindSpace() local
104 MaxPhysicalStart = 0; in FindSpace()
113 if (EfiMemoryDescriptor[Index].PhysicalStart > MaxPhysicalStart) { in FindSpace()
115 MaxPhysicalStart = EfiMemoryDescriptor[Index].PhysicalStart; in FindSpace()
131 if (MaxPhysicalStart == 0) { in FindSpace()
138 …EfiMemoryDescriptor[*NumberOfMemoryMapEntries].PhysicalStart = MaxPhysicalStart + LShiftU64(MaxNoP… in FindSpace()
148 return (UINTN)(MaxPhysicalStart + LShiftU64(MaxNoPages - NoPages, EFI_PAGE_SHIFT)); in FindSpace()