Lines Matching refs:MemorySpaceMap

532   IN EFI_GCD_MEMORY_SPACE_DESCRIPTOR     *MemorySpaceMap,  in SearchGcdMemorySpaces()  argument
545 if (BaseAddress >= MemorySpaceMap[Index].BaseAddress && in SearchGcdMemorySpaces()
546 BaseAddress < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) { in SearchGcdMemorySpaces()
549 if (BaseAddress + Length - 1 >= MemorySpaceMap[Index].BaseAddress && in SearchGcdMemorySpaces()
550 … BaseAddress + Length - 1 < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) { in SearchGcdMemorySpaces()
576 IN EFI_GCD_MEMORY_SPACE_DESCRIPTOR *MemorySpaceMap, in SetGcdMemorySpaceAttributes() argument
594 MemorySpaceMap, in SetGcdMemorySpaceAttributes()
609 if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeNonExistent) { in SetGcdMemorySpaceAttributes()
615 if (BaseAddress >= MemorySpaceMap[Index].BaseAddress) { in SetGcdMemorySpaceAttributes()
618 RegionStart = MemorySpaceMap[Index].BaseAddress; in SetGcdMemorySpaceAttributes()
620 … if (BaseAddress + Length - 1 < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) { in SetGcdMemorySpaceAttributes()
623 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart; in SetGcdMemorySpaceAttributes()
631 …(MemorySpaceMap[Index].Attributes & ~EFI_MEMORY_CACHETYPE_MASK) | (MemorySpaceMap[Index].Capabilit… in SetGcdMemorySpaceAttributes()
660 EFI_GCD_MEMORY_SPACE_DESCRIPTOR *MemorySpaceMap; in RefreshGcdMemoryAttributes() local
675 MemorySpaceMap = NULL; in RefreshGcdMemoryAttributes()
696 &MemorySpaceMap in RefreshGcdMemoryAttributes()
707 if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeNonExistent) { in RefreshGcdMemoryAttributes()
711 MemorySpaceMap[Index].BaseAddress, in RefreshGcdMemoryAttributes()
712 MemorySpaceMap[Index].Length, in RefreshGcdMemoryAttributes()
713 (MemorySpaceMap[Index].Attributes & ~EFI_MEMORY_CACHETYPE_MASK) | in RefreshGcdMemoryAttributes()
714 (MemorySpaceMap[Index].Capabilities & DefaultAttributes) in RefreshGcdMemoryAttributes()
725 MemorySpaceMap, in RefreshGcdMemoryAttributes()
743 MemorySpaceMap, in RefreshGcdMemoryAttributes()
759 MemorySpaceMap, in RefreshGcdMemoryAttributes()
794 MemorySpaceMap, in RefreshGcdMemoryAttributes()
812 MemorySpaceMap, in RefreshGcdMemoryAttributes()
822 if (MemorySpaceMap != NULL) { in RefreshGcdMemoryAttributes()
823 FreePool (MemorySpaceMap); in RefreshGcdMemoryAttributes()