ReactOS 0.4.16-dev-533-gc7d1aa3
|
#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 260 of file mm.h.
Referenced by MiRosProtectVirtualMemory(), MiRosUnmapViewOfSection(), MmCreateMemoryArea(), MmNotPresentFault(), MmNotPresentFaultSectionView(), MmpAccessFault(), MmPageOutPhysicalAddress(), MmpPageOutPhysicalAddress(), and MmUnmapViewOfSegment().
ULONG _MEMORY_AREA::Flags |
Definition at line 259 of file mm.h.
Referenced by MmCreateMemoryArea(), and MmProtectSectionView().
ULONG _MEMORY_AREA::Magic |
Definition at line 261 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 258 of file mm.h.
Referenced by MiGetFileObjectForVad(), MiProtectVirtualMemory(), MiQueryMemoryBasicInformation(), MiRemoveNode(), MiRosCleanupMemoryArea(), MiRosProtectVirtualMemory(), MiRosUnmapViewOfSection(), MiUnmapViewOfSection(), MmAccessFault(), MmCreateMemoryArea(), MmFreeMemoryArea(), MmInsertMemoryArea(), MmNotPresentFault(), MmpAccessFault(), MmPageOutPhysicalAddress(), MmpPageOutPhysicalAddress(), MmUnmapViewInSystemSpace(), NtAllocateVirtualMemory(), and NtFreeVirtualMemory().
PVOID _MEMORY_AREA::Vad |
Definition at line 262 of file mm.h.
Referenced by MiRemoveNode(), MmFreeMemoryArea(), and MmInsertMemoryArea().
MMVAD _MEMORY_AREA::VadNode |
Definition at line 256 of file mm.h.
Referenced by MiRosUnmapViewOfSection(), MmCreateMemoryArea(), MmFreeMemoryArea(), MmInsertMemoryArea(), MmMapViewOfSegment(), MmNotPresentFaultSectionView(), MmQuerySectionView(), and NtFreeVirtualMemory().