ReactOS
0.4.15-dev-2103-g9dff498
|
#include <mmtypes.h>
Public Attributes | |
ULONG_PTR | CommitCharge:19 |
ULONG_PTR | NoChange:1 |
ULONG_PTR | VadType:3 |
ULONG_PTR | MemCommit:1 |
ULONG_PTR | Protection:5 |
ULONG_PTR | Spare:2 |
ULONG_PTR | PrivateMemory:1 |
ULONG_PTR _MMVAD_FLAGS::CommitCharge |
Definition at line 688 of file mmtypes.h.
Referenced by MiCreatePebOrTeb(), MiMapViewOfDataSection(), and NtFreeVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::MemCommit |
Definition at line 692 of file mmtypes.h.
Referenced by MiCheckVirtualAddress(), MiCreatePebOrTeb(), and NtAllocateVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::NoChange |
Definition at line 690 of file mmtypes.h.
Referenced by MiCreatePebOrTeb(), MiMapViewOfDataSection(), MiUnmapViewOfSection(), MmDeleteTeb(), and NtFreeVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::PrivateMemory |
Definition at line 695 of file mmtypes.h.
Referenced by MiCheckVirtualAddress(), MiCreatePebOrTeb(), MiGetFileObjectForSectionAddress(), MiMapLockedPagesInUserSpace(), MiQueryMemoryBasicInformation(), MiUnmapViewOfSection(), NtAllocateVirtualMemory(), and NtFreeVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::Protection |
Definition at line 693 of file mmtypes.h.
Referenced by MiCheckVirtualAddress(), MiCreatePebOrTeb(), MiMapLockedPagesInUserSpace(), MiMapViewOfDataSection(), MiQueryMemoryBasicInformation(), MmInsertMemoryArea(), MmQuerySectionView(), and NtAllocateVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::Spare |
Definition at line 694 of file mmtypes.h.
Referenced by MiGetFileObjectForSectionAddress(), MiInsertNode(), MiRemoveNode(), MmCleanProcessAddressSpace(), MmFreeMemoryArea(), MmInsertMemoryArea(), MmLocateMemoryAreaByAddress(), and MmLocateMemoryAreaByRegion().
ULONG_PTR _MMVAD_FLAGS::VadType |
Definition at line 691 of file mmtypes.h.
Referenced by MiCheckVadsForLockOperation(), MiCheckVirtualAddress(), MiMapLockedPagesInUserSpace(), MiQueryMemoryBasicInformation(), MiRosUnmapViewOfSection(), MiUnmapLockedPagesInUserSpace(), MiUnmapViewOfSection(), MmArePagesResident(), MmMakePagesDirty(), MmMapViewOfSegment(), MmNotPresentFaultSectionView(), MmQuerySectionView(), MmRosFlushVirtualMemory(), NtAreMappedFilesTheSame(), and NtFreeVirtualMemory().