ReactOS 0.4.16-dev-88-ga65b6ae
|
#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 367 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 360 of file mm.h.
Referenced by MiDispatchFault(), MiInitializePfn(), MiInitializePfnAndMakePteValid(), MiInitializePfnForOtherProcess(), MiReloadBootLoadedDrivers(), MiRemoveMappedPtes(), MiResolveTransitionFault(), and TrimWsList().
USHORT _MMPFNENTRY::PageColor |
Definition at line 364 of file mm.h.
Referenced by MiRemovePageByColor().
USHORT _MMPFNENTRY::PageLocation |
Definition at line 365 of file mm.h.
Referenced by _Success_(), MiAddDescriptorToDatabase(), MiAllocatePagesForMdl(), MiAllocatePoolPages(), MiBuildPfnDatabaseFromLoaderBlock(), MiBuildPfnDatabaseFromPages(), MiBuildPfnDatabaseFromPageTables(), MiBuildPfnDatabaseZeroPage(), MiDeletePte(), MiDispatchFault(), MiFindContiguousPages(), MiFreeContiguousMemory(), MiInitializePfn(), MiInitializePfnAndMakePteValid(), MiInitializePfnForOtherProcess(), MiInitMachineDependent(), MiInsertInWorkingSetList(), MiInsertPageInFreeList(), MiInsertPageInList(), MiInsertStandbyListAtFront(), MiRemoveAnyPage(), MiRemovePageByColor(), MiRemoveZeroPage(), MiResolveTransitionFault(), MiSegmentDelete(), MiSetupPfnForPageTable(), MmAllocPage(), MmCreateVirtualMappingUnsafeEx(), MmDereferencePage(), MmDumpArmPfnDatabase(), MmFreePagesFromMdl(), and RemoveFromWsList().
USHORT _MMPFNENTRY::PrototypePte |
Definition at line 363 of file mm.h.
Referenced by MiAddDescriptorToDatabase(), MiBuildPfnDatabaseFromLoaderBlock(), MiCompleteProtoPteFault(), MiDecommitPages(), MiDeletePte(), MiFindContiguousPages(), MiFreeContiguousMemory(), MiGetPageProtection(), MiInsertInWorkingSetList(), MiInsertStandbyListAtFront(), MiProtectVirtualMemory(), MiRemoveMappedPtes(), MiResolveDemandZeroFault(), MmArmAccessFault(), RemoveFromWsList(), and TrimWsList().
USHORT _MMPFNENTRY::ReadInProgress |
Definition at line 361 of file mm.h.
Referenced by MiAllocatePagesForMdl(), MiDispatchFault(), MiResolvePageFileFault(), and MiResolveTransitionFault().
USHORT _MMPFNENTRY::RemovalRequested |
Definition at line 366 of file mm.h.
Referenced by MiInsertPageInFreeList(), MiInsertPageInList(), and MiRemovePageByColor().
USHORT _MMPFNENTRY::Rom |
Definition at line 368 of file mm.h.
Referenced by MiAddDescriptorToDatabase(), MiBuildPfnDatabaseFromLoaderBlock(), MiInitializePfn(), MiInitializePfnAndMakePteValid(), MiInsertPageInFreeList(), MiInsertPageInList(), MiInsertStandbyListAtFront(), MiReloadBootLoadedDrivers(), and MiRemovePageByColor().
USHORT _MMPFNENTRY::WriteInProgress |
Definition at line 362 of file mm.h.
Referenced by MiDeletePte(), MiResolvePageFileFault(), MiResolveTransitionFault(), and MmDeleteProcessAddressSpace().