Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
DMtrrLib.c736 UINT64 MtrrEnd; in CombineMemoryAttribute() local
746 MtrrEnd = VariableMtrr[Index].BaseAddress + VariableMtrr[Index].Length - 1; in CombineMemoryAttribute()
750 *Base > (MtrrEnd) || in CombineMemoryAttribute()
765 if (VariableMtrr[Index].BaseAddress <= *Base && MtrrEnd >= EndAddress) { in CombineMemoryAttribute()
776 CombineEnd = EndAddress > MtrrEnd ? EndAddress : MtrrEnd; in CombineMemoryAttribute()
791 if (VariableMtrr[Index].BaseAddress == *Base && MtrrEnd == EndAddress) { in CombineMemoryAttribute()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
DMtrrLib.c712 UINT64 MtrrEnd; in CombineMemoryAttribute() local
722 MtrrEnd = VariableMtrr[Index].BaseAddress + VariableMtrr[Index].Length - 1; in CombineMemoryAttribute()
726 *Base > (MtrrEnd) || in CombineMemoryAttribute()
741 if (VariableMtrr[Index].BaseAddress <= *Base && MtrrEnd >= EndAddress) { in CombineMemoryAttribute()
752 CombineEnd = EndAddress > MtrrEnd ? EndAddress : MtrrEnd; in CombineMemoryAttribute()
767 if (VariableMtrr[Index].BaseAddress == *Base && MtrrEnd == EndAddress) { in CombineMemoryAttribute()