Home
last modified time | relevance | path

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

/reactos/boot/environ/lib/mm/
H A Ddescriptor.c17 PBL_MEMORY_DESCRIPTOR MmGlobalMemoryDescriptors; variable
193 FirstEntry = &MmGlobalMemoryDescriptors[0]; in MmMdpSaveCurrentListPointer()
194 LastEntry = &MmGlobalMemoryDescriptors[MmGlobalMemoryDescriptorCount]; in MmMdpSaveCurrentListPointer()
287 ListDescriptor = MmGlobalMemoryDescriptors; in MmMdCopyList()
326 if (ListDescriptor == MmGlobalMemoryDescriptors) in MmMdCopyList()
396 MemoryDescriptor = &MmGlobalMemoryDescriptors[MmGlobalMemoryDescriptorsUsed]; in MmMdInitByteGranularDescriptor()
1350 OldDescriptor = &MmGlobalMemoryDescriptors[Index]; in MmMdFreeGlobalDescriptors()
1402 MmGlobalMemoryDescriptors = MmStaticMemoryDescriptors; in MmMdInitialize()