Home | History | Annotate | Download | only in Mem

Lines Matching refs:RangeEnd

712   UINT64          RangeEnd;

758 RangeEnd = End;
762 RangeEnd = Entry->End;
766 DEBUG ((DEBUG_PAGE, "ConvertRange: %lx-%lx to type %d\n", Start, RangeEnd, NewType));
769 DEBUG ((DEBUG_PAGE, "ConvertRange: %lx-%lx to attr %lx\n", Start, RangeEnd, NewAttributes));
814 Entry->Start = RangeEnd + 1;
816 } else if (Entry->End == RangeEnd) {
835 mMapStack[mMapDepth].Start = RangeEnd+1;
876 CoreAddRange (MemType, Start, RangeEnd, Attribute);
884 if (RangeEnd > EFI_PAGE_SIZE) {
885 DEBUG_CLEAR_MEMORY ((VOID *)(UINTN) EFI_PAGE_SIZE, (UINTN) (RangeEnd - EFI_PAGE_SIZE + 1));
888 DEBUG_CLEAR_MEMORY ((VOID *)(UINTN) Start, (UINTN) (RangeEnd - Start + 1));
900 Start = RangeEnd + 1;