ReactOS 0.4.16-dev-38-g96c65e9
|
#include <mm.h>
Public Attributes | |
MMVAD | VadNode |
ULONG | Type |
ULONG | Flags |
BOOLEAN | DeleteInProgress |
ULONG | Magic |
PVOID | Vad |
struct { | |
LONGLONG ViewOffset | |
PMM_SECTION_SEGMENT Segment | |
LIST_ENTRY RegionListHead | |
} | SectionData |
BOOLEAN _MEMORY_AREA::DeleteInProgress |
Definition at line 253 of file mm.h.
Referenced by MiRosProtectVirtualMemory(), MiRosUnmapViewOfSection(), MmCreateMemoryArea(), MmNotPresentFault(), MmNotPresentFaultSectionView(), MmpAccessFault(), MmPageOutPhysicalAddress(), MmpPageOutPhysicalAddress(), and MmUnmapViewOfSegment().
ULONG _MEMORY_AREA::Flags |
Definition at line 252 of file mm.h.
Referenced by MmCreateMemoryArea(), and MmProtectSectionView().
ULONG _MEMORY_AREA::Magic |
Definition at line 254 of file mm.h.
Referenced by MmCreateMemoryArea(), and MmFreeMemoryArea().
LIST_ENTRY _MEMORY_AREA::RegionListHead |
struct { ... } _MEMORY_AREA::SectionData |
Referenced by MiGetFileObjectForVad(), MiRosUnmapViewOfSection(), MmAccessFaultSectionView(), MmAlterViewAttributes(), MmArePagesResident(), MmFreeCacheSectionPage(), MmFreeSectionPage(), MmMakePagesDirty(), MmMapViewOfSegment(), MmNotPresentFaultSectionView(), MmPageOutCacheSection(), MmPageOutPhysicalAddress(), MmProtectSectionView(), MmQuerySectionView(), and MmUnmapViewOfSegment().
PMM_SECTION_SEGMENT _MEMORY_AREA::Segment |
ULONG _MEMORY_AREA::Type |
Definition at line 251 of file mm.h.
Referenced by MiGetFileObjectForVad(), MiProtectVirtualMemory(), MiQueryMemoryBasicInformation(), MiRemoveNode(), MiRosCleanupMemoryArea(), MiRosProtectVirtualMemory(), MiRosUnmapViewOfSection(), MiUnmapViewOfSection(), MmAccessFault(), MmArePagesResident(), MmCreateMemoryArea(), MmFreeMemoryArea(), MmInsertMemoryArea(), MmMakePagesDirty(), MmNotPresentFault(), MmpAccessFault(), MmPageOutPhysicalAddress(), MmpPageOutPhysicalAddress(), MmUnmapViewInSystemSpace(), NtAllocateVirtualMemory(), and NtFreeVirtualMemory().
PVOID _MEMORY_AREA::Vad |
Definition at line 255 of file mm.h.
Referenced by MiRemoveNode(), MmFreeMemoryArea(), and MmInsertMemoryArea().
MMVAD _MEMORY_AREA::VadNode |
Definition at line 249 of file mm.h.
Referenced by MiRosUnmapViewOfSection(), MmArePagesResident(), MmCreateMemoryArea(), MmFreeMemoryArea(), MmInsertMemoryArea(), MmMakePagesDirty(), MmMapViewOfSegment(), MmNotPresentFaultSectionView(), MmQuerySectionView(), and NtFreeVirtualMemory().