Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPage.c712 UINT64 RangeEnd; in CoreConvertPagesEx() local
758 RangeEnd = End; in CoreConvertPagesEx()
762 RangeEnd = Entry->End; in CoreConvertPagesEx()
766 DEBUG ((DEBUG_PAGE, "ConvertRange: %lx-%lx to type %d\n", Start, RangeEnd, NewType)); in CoreConvertPagesEx()
769 DEBUG ((DEBUG_PAGE, "ConvertRange: %lx-%lx to attr %lx\n", Start, RangeEnd, NewAttributes)); in CoreConvertPagesEx()
814 Entry->Start = RangeEnd + 1; in CoreConvertPagesEx()
816 } else if (Entry->End == RangeEnd) { in CoreConvertPagesEx()
835 mMapStack[mMapDepth].Start = RangeEnd+1; in CoreConvertPagesEx()
876 CoreAddRange (MemType, Start, RangeEnd, Attribute); in CoreConvertPagesEx()
884 if (RangeEnd > EFI_PAGE_SIZE) { in CoreConvertPagesEx()
[all …]