ReactOS
0.4.15-dev-2144-g2282205
|
#include <mm.h>
Public Attributes | |
USHORT | Modified:1 |
USHORT | ReadInProgress:1 |
USHORT | WriteInProgress:1 |
USHORT | PrototypePte:1 |
USHORT | PageColor:4 |
USHORT | PageLocation:3 |
USHORT | RemovalRequested:1 |
USHORT | CacheAttribute:2 |
USHORT | Rom:1 |
USHORT | ParityError:1 |
USHORT _MMPFNENTRY::CacheAttribute |
Definition at line 296 of file mm.h.
Referenced by MiAddDescriptorToDatabase(), MiBuildPfnDatabaseFromLoaderBlock(), MiBuildPfnDatabaseFromPages(), MiBuildPfnDatabaseFromPageTables(), MiBuildPfnDatabaseZeroPage(), MiCompleteProtoPteFault(), MiCopyPfn(), MiInitMachineDependent(), MiMapLockedPagesInUserSpace(), MiRemovePageByColor(), MiSetupPfnForPageTable(), and MiZeroPfn().
USHORT _MMPFNENTRY::Modified |
Definition at line 289 of file mm.h.
Referenced by MiDispatchFault(), MiInitializePfn(), MiInitializePfnAndMakePteValid(), MiInitializePfnForOtherProcess(), MiReloadBootLoadedDrivers(), MiRemoveMappedPtes(), and MiResolveTransitionFault().
USHORT _MMPFNENTRY::PageColor |
Definition at line 293 of file mm.h.
Referenced by MiRemovePageByColor().
USHORT _MMPFNENTRY::PageLocation |
Definition at line 294 of file mm.h.
Referenced by MiAddDescriptorToDatabase(), MiAllocatePagesForMdl(), MiAllocatePoolPages(), MiBuildPfnDatabaseFromLoaderBlock(), MiBuildPfnDatabaseFromPages(), MiBuildPfnDatabaseFromPageTables(), MiBuildPfnDatabaseZeroPage(), MiDeletePte(), MiDispatchFault(), MiFindContiguousPages(), MiFreeContiguousMemory(), MiInitializePfn(), MiInitializePfnAndMakePteValid(), MiInitializePfnForOtherProcess(), MiInitMachineDependent(), MiInsertPageInFreeList(), MiInsertPageInList(), MiInsertStandbyListAtFront(), MiRemoveAnyPage(), MiRemovePageByColor(), MiRemoveZeroPage(), MiResolveTransitionFault(), MiSegmentDelete(), MiSetupPfnForPageTable(), MmAllocPage(), MmDereferencePage(), MmDumpArmPfnDatabase(), MmFreePagesFromMdl(), and MmRosNotifyAvailablePage().
USHORT _MMPFNENTRY::PrototypePte |
Definition at line 292 of file mm.h.
Referenced by MiAddDescriptorToDatabase(), MiBuildPfnDatabaseFromLoaderBlock(), MiCompleteProtoPteFault(), MiDecommitPages(), MiDeletePte(), MiFindContiguousPages(), MiFreeContiguousMemory(), MiGetPageProtection(), MiInsertStandbyListAtFront(), MiProtectVirtualMemory(), MiRemoveMappedPtes(), MiResolveDemandZeroFault(), MiSetProtectionOnSection(), and MmArmAccessFault().
USHORT _MMPFNENTRY::ReadInProgress |
Definition at line 290 of file mm.h.
Referenced by MiAllocatePagesForMdl(), MiDispatchFault(), MiResolvePageFileFault(), and MiResolveTransitionFault().
USHORT _MMPFNENTRY::RemovalRequested |
Definition at line 295 of file mm.h.
Referenced by MiInsertPageInFreeList(), MiInsertPageInList(), and MiRemovePageByColor().
USHORT _MMPFNENTRY::Rom |
Definition at line 297 of file mm.h.
Referenced by MiAddDescriptorToDatabase(), MiBuildPfnDatabaseFromLoaderBlock(), MiInitializePfn(), MiInitializePfnAndMakePteValid(), MiInsertPageInFreeList(), MiInsertPageInList(), MiInsertStandbyListAtFront(), MiReloadBootLoadedDrivers(), and MiRemovePageByColor().
USHORT _MMPFNENTRY::WriteInProgress |
Definition at line 291 of file mm.h.
Referenced by MiResolvePageFileFault(), MiResolveTransitionFault(), and MmDeleteProcessAddressSpace2().