Lines Matching refs:MemoryMap
54 IN EFI_MEMORY_DESCRIPTOR *MemoryMap, in SetMemorySpaceAttributesDefault() argument
65 MemoryMapEntry = MemoryMap; in SetMemorySpaceAttributesDefault()
66 MemoryMapEnd = (EFI_MEMORY_DESCRIPTOR *) ((UINT8 *) MemoryMap + MemoryMapSize); in SetMemorySpaceAttributesDefault()
121 EFI_MEMORY_DESCRIPTOR *MemoryMap; in UpdateMemoryAttributesDefault() local
145 MemoryMap = NULL; in UpdateMemoryAttributesDefault()
148 MemoryMap, in UpdateMemoryAttributesDefault()
155 MemoryMap = (EFI_MEMORY_DESCRIPTOR *) AllocatePool (MemoryMapSize); in UpdateMemoryAttributesDefault()
156 ASSERT (MemoryMap != NULL); in UpdateMemoryAttributesDefault()
159 MemoryMap, in UpdateMemoryAttributesDefault()
165 FreePool (MemoryMap); in UpdateMemoryAttributesDefault()
170 SetMemorySpaceAttributesDefault (MemoryMap, MemoryMapSize, DescriptorSize); in UpdateMemoryAttributesDefault()