ReactOS 0.4.16-dev-424-ge4748fe
|
#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 691 of file mmtypes.h.
Referenced by MiCreatePebOrTeb(), MiMapViewOfDataSection(), and NtFreeVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::MemCommit |
Definition at line 695 of file mmtypes.h.
Referenced by MiCheckVirtualAddress(), MiCreatePebOrTeb(), and NtAllocateVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::NoChange |
Definition at line 693 of file mmtypes.h.
Referenced by MiCreatePebOrTeb(), MiMapViewOfDataSection(), MiProtectVirtualMemory(), MiUnmapViewOfSection(), MmDeleteTeb(), and NtFreeVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::PrivateMemory |
Definition at line 698 of file mmtypes.h.
Referenced by MiCheckVirtualAddress(), MiCreatePebOrTeb(), MiMapLockedPagesInUserSpace(), MiProtectVirtualMemory(), MiQueryMemoryBasicInformation(), MiUnmapViewOfSection(), NtAllocateVirtualMemory(), and NtFreeVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::Protection |
Definition at line 696 of file mmtypes.h.
Referenced by MiCheckVirtualAddress(), MiCreatePebOrTeb(), MiMapLockedPagesInUserSpace(), MiMapViewOfDataSection(), MiProtectVirtualMemory(), MiQueryMemoryBasicInformation(), MmInsertMemoryArea(), MmQuerySectionView(), and NtAllocateVirtualMemory().
ULONG_PTR _MMVAD_FLAGS::Spare |
Definition at line 697 of file mmtypes.h.
Referenced by MiInsertNode(), MiRemoveNode(), MmCleanProcessAddressSpace(), MmFreeMemoryArea(), MmInsertMemoryArea(), MmLocateMemoryAreaByAddress(), and MmLocateMemoryAreaByRegion().
ULONG_PTR _MMVAD_FLAGS::VadType |
Definition at line 694 of file mmtypes.h.
Referenced by MiCheckVadsForLockOperation(), MiCheckVirtualAddress(), MiMapLockedPagesInUserSpace(), MiProtectVirtualMemory(), MiQueryMemoryBasicInformation(), MiRosUnmapViewOfSection(), MiUnmapLockedPagesInUserSpace(), MiUnmapViewOfSection(), MmMapViewOfSegment(), MmNotPresentFaultSectionView(), MmQuerySectionView(), NtAreMappedFilesTheSame(), and NtFreeVirtualMemory().