Lines Matching defs:BaseAddress

595   This function modifies the attributes for the memory region specified by BaseAddress and
599 @param BaseAddress The physical address that is the start address of a memory region.
605 BaseAddress and Length cannot be modified.
612 resource range specified by BaseAddress and Length.
614 range specified by BaseAddress and Length.
621 IN EFI_PHYSICAL_ADDRESS BaseAddress,
678 BaseAddress,
751 specified by BaseAddress and Length.
755 @param BaseAddress BaseAddress for the requested range.
768 IN EFI_PHYSICAL_ADDRESS BaseAddress,
779 if (BaseAddress >= MemorySpaceMap[Index].BaseAddress &&
780 BaseAddress < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) {
783 if (BaseAddress + Length - 1 >= MemorySpaceMap[Index].BaseAddress &&
784 BaseAddress + Length - 1 < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) {
800 @param BaseAddress BaseAddress for the range
812 IN EFI_PHYSICAL_ADDRESS BaseAddress,
830 BaseAddress,
849 if (BaseAddress >= MemorySpaceMap[Index].BaseAddress) {
850 RegionStart = BaseAddress;
852 RegionStart = MemorySpaceMap[Index].BaseAddress;
854 if (BaseAddress + Length - 1 < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) {
855 RegionLength = BaseAddress + Length - RegionStart;
857 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart;
888 EFI_PHYSICAL_ADDRESS BaseAddress;
945 MemorySpaceMap[Index].BaseAddress,
961 VariableMtrr[Index].BaseAddress,
979 VariableMtrr[Index].BaseAddress,
995 VariableMtrr[Index].BaseAddress,
1006 BaseAddress = 0;
1030 BaseAddress,
1034 BaseAddress = mFixedMtrrTable[Index].BaseAddress + mFixedMtrrTable[Index].Length * SubIndex;
1048 BaseAddress,