|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <mm.h>

Public Attributes | |
| MMVAD | VadNode |
| ULONG | Type |
| ULONG | Flags |
| BOOLEAN | DeleteInProgress |
| ULONG | Magic |
| struct { | |
| LONGLONG ViewOffset | |
| PMM_SECTION_SEGMENT Segment | |
| LIST_ENTRY RegionListHead | |
| } | SectionData |
| BOOLEAN _MEMORY_AREA::DeleteInProgress |
Definition at line 258 of file mm.h.
Referenced by MiRosUnmapViewOfSection(), MmCreateMemoryArea(), MmNotPresentFault(), MmNotPresentFaultSectionView(), MmpAccessFault(), MmPageOutPhysicalAddress(), MmpPageOutPhysicalAddress(), MmProtectSectionView(), and MmUnmapViewOfSegment().
| ULONG _MEMORY_AREA::Flags |
Definition at line 257 of file mm.h.
Referenced by MmCreateMemoryArea(), and MmProtectSectionView().
| ULONG _MEMORY_AREA::Magic |
Definition at line 259 of file mm.h.
Referenced by MmCreateMemoryArea(), and MmFreeMemoryArea().
| LIST_ENTRY _MEMORY_AREA::RegionListHead |
| struct { ... } _MEMORY_AREA::SectionData |
Referenced by MiGetFileObjectForVad(), MiRosUnmapViewOfSection(), MmAccessFaultSectionView(), MmAlterViewAttributes(), MmFreeCacheSectionPage(), MmFreeSectionPage(), MmMapViewOfSegment(), MmNotPresentFaultSectionView(), MmPageOutCacheSection(), MmPageOutPhysicalAddress(), MmProtectSectionView(), MmQuerySectionView(), and MmUnmapViewOfSegment().
| PMM_SECTION_SEGMENT _MEMORY_AREA::Segment |
| ULONG _MEMORY_AREA::Type |
Definition at line 256 of file mm.h.
Referenced by MiGetFileObjectForVad(), MiRosCleanupMemoryArea(), MiRosUnmapViewOfSection(), MmCreateMemoryArea(), MmFreeMemoryArea(), MmInsertMemoryArea(), MmNotPresentFault(), MmpAccessFault(), MmPageOutPhysicalAddress(), MmpPageOutPhysicalAddress(), MmProtectSectionView(), and MmUnmapViewInSystemSpace().
| MMVAD _MEMORY_AREA::VadNode |
Definition at line 254 of file mm.h.
Referenced by MiRosUnmapViewOfSection(), MmCreateMemoryArea(), MmFreeMemoryArea(), MmInsertMemoryArea(), MmMapViewOfSegment(), MmNotPresentFaultSectionView(), and MmQuerySectionView().