Searched refs:PhysicalEnd (Results 1 – 2 of 2) sorted by relevance
365 UINT64 PhysicalEnd; in SetNewRecord() local369 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages); in SetNewRecord()421 TempRecord.NumberOfPages = EfiSizeToPages(PhysicalEnd - TempRecord.PhysicalStart); in SetNewRecord()467 UINT64 PhysicalEnd; in GetMaxSplitRecordCount() local471 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() local534 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages); in SplitRecord()538 NewImageRecord = GetImageRecordByAddress (PhysicalStart, PhysicalEnd - PhysicalStart); in SplitRecord()[all …]
358 UINT64 PhysicalEnd; in SetNewRecord() local362 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() local467 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() local525 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages); in SplitRecord()[all …]