Lines Matching refs:MemorySpaceMap

517   IN EFI_GCD_MEMORY_SPACE_DESCRIPTOR     *MemorySpaceMap,  in SearchGcdMemorySpaces()  argument
530 if (BaseAddress >= MemorySpaceMap[Index].BaseAddress && in SearchGcdMemorySpaces()
531 BaseAddress < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) { in SearchGcdMemorySpaces()
534 if (BaseAddress + Length - 1 >= MemorySpaceMap[Index].BaseAddress && in SearchGcdMemorySpaces()
535 … BaseAddress + Length - 1 < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) { in SearchGcdMemorySpaces()
561 IN EFI_GCD_MEMORY_SPACE_DESCRIPTOR *MemorySpaceMap, in SetGcdMemorySpaceAttributes() argument
579 MemorySpaceMap, in SetGcdMemorySpaceAttributes()
594 if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeNonExistent) { in SetGcdMemorySpaceAttributes()
600 if (BaseAddress >= MemorySpaceMap[Index].BaseAddress) { in SetGcdMemorySpaceAttributes()
603 RegionStart = MemorySpaceMap[Index].BaseAddress; in SetGcdMemorySpaceAttributes()
605 … if (BaseAddress + Length - 1 < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) { in SetGcdMemorySpaceAttributes()
608 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart; in SetGcdMemorySpaceAttributes()
616 …(MemorySpaceMap[Index].Attributes & ~EFI_MEMORY_CACHETYPE_MASK) | (MemorySpaceMap[Index].Capabilit… in SetGcdMemorySpaceAttributes()
645 EFI_GCD_MEMORY_SPACE_DESCRIPTOR *MemorySpaceMap; in RefreshGcdMemoryAttributes() local
660 MemorySpaceMap = NULL; in RefreshGcdMemoryAttributes()
681 &MemorySpaceMap in RefreshGcdMemoryAttributes()
692 if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeNonExistent) { in RefreshGcdMemoryAttributes()
696 MemorySpaceMap[Index].BaseAddress, in RefreshGcdMemoryAttributes()
697 MemorySpaceMap[Index].Length, in RefreshGcdMemoryAttributes()
698 (MemorySpaceMap[Index].Attributes & ~EFI_MEMORY_CACHETYPE_MASK) | in RefreshGcdMemoryAttributes()
699 (MemorySpaceMap[Index].Capabilities & DefaultAttributes) in RefreshGcdMemoryAttributes()
710 MemorySpaceMap, in RefreshGcdMemoryAttributes()
728 MemorySpaceMap, in RefreshGcdMemoryAttributes()
744 MemorySpaceMap, in RefreshGcdMemoryAttributes()
779 MemorySpaceMap, in RefreshGcdMemoryAttributes()
797 MemorySpaceMap, in RefreshGcdMemoryAttributes()
807 if (MemorySpaceMap != NULL) { in RefreshGcdMemoryAttributes()
808 FreePool (MemorySpaceMap); in RefreshGcdMemoryAttributes()