Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c365 UINT64 PhysicalEnd; in SetNewRecord() local
369 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages); in SetNewRecord()
421 TempRecord.NumberOfPages = EfiSizeToPages(PhysicalEnd - TempRecord.PhysicalStart); in SetNewRecord()
467 UINT64 PhysicalEnd; in GetMaxSplitRecordCount() local
471 PhysicalEnd = OldRecord->PhysicalStart + EfiPagesToSize(OldRecord->NumberOfPages); in GetMaxSplitRecordCount()
474 ImageRecord = GetImageRecordByAddress (PhysicalStart, PhysicalEnd - PhysicalStart); in GetMaxSplitRecordCount()
480 } while ((ImageRecord != NULL) && (PhysicalStart < PhysicalEnd)); in GetMaxSplitRecordCount()
517 UINT64 PhysicalEnd; in SplitRecord() local
534 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages); in SplitRecord()
538 NewImageRecord = GetImageRecordByAddress (PhysicalStart, PhysicalEnd - PhysicalStart); in SplitRecord()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DMemoryAttributesTable.c358 UINT64 PhysicalEnd; in SetNewRecord() local
362 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages); in SetNewRecord()
377 TempRecord.NumberOfPages = EfiSizeToPages(PhysicalEnd - TempRecord.PhysicalStart); in SetNewRecord()
421 TempRecord.NumberOfPages = EfiSizeToPages(PhysicalEnd - TempRecord.PhysicalStart); in SetNewRecord()
463 UINT64 PhysicalEnd; in GetMaxSplitRecordCount() local
467 PhysicalEnd = OldRecord->PhysicalStart + EfiPagesToSize(OldRecord->NumberOfPages); in GetMaxSplitRecordCount()
470 ImageRecord = GetImageRecordByAddress (PhysicalStart, PhysicalEnd - PhysicalStart); in GetMaxSplitRecordCount()
476 } while ((ImageRecord != NULL) && (PhysicalStart < PhysicalEnd)); in GetMaxSplitRecordCount()
509 UINT64 PhysicalEnd; in SplitRecord() local
525 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages); in SplitRecord()
[all …]