Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c353 UINT64 PhysicalEnd; in SetNewRecord() local
357 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages); in SetNewRecord()
401 TempRecord.NumberOfPages = EfiSizeToPages(PhysicalEnd - TempRecord.PhysicalStart); in SetNewRecord()
443 UINT64 PhysicalEnd; in GetMaxSplitRecordCount() local
447 PhysicalEnd = OldRecord->PhysicalStart + EfiPagesToSize(OldRecord->NumberOfPages); in GetMaxSplitRecordCount()
450 ImageRecord = GetImageRecordByAddress (PhysicalStart, PhysicalEnd - PhysicalStart); in GetMaxSplitRecordCount()
456 } while ((ImageRecord != NULL) && (PhysicalStart < PhysicalEnd)); in GetMaxSplitRecordCount()
493 UINT64 PhysicalEnd; in SplitRecord() local
509 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages); in SplitRecord()
513 NewImageRecord = GetImageRecordByAddress (PhysicalStart, PhysicalEnd - PhysicalStart); in SplitRecord()
[all …]