ReactOS 0.4.16-dev-433-g6363f78
|
#include <mmtypes.h>
Public Attributes | |
ULONG_PTR | Valid:1 |
ULONG_PTR | LockedInWs:1 |
ULONG_PTR | LockedInMemory:1 |
ULONG_PTR | Protection:5 |
ULONG_PTR | Hashed:1 |
ULONG_PTR | Direct:1 |
ULONG_PTR | Age:2 |
ULONG_PTR | VirtualPageNumber: MM_PAGE_FRAME_NUMBER_SIZE |
ULONG_PTR _MMWSLENTRY::Age |
Definition at line 833 of file mmtypes.h.
Referenced by MiInsertInWorkingSetList().
ULONG_PTR _MMWSLENTRY::Direct |
Definition at line 832 of file mmtypes.h.
Referenced by MiInsertInWorkingSetList().
ULONG_PTR _MMWSLENTRY::Hashed |
Definition at line 831 of file mmtypes.h.
Referenced by MiInsertInWorkingSetList().
ULONG_PTR _MMWSLENTRY::LockedInMemory |
Definition at line 829 of file mmtypes.h.
Referenced by MI_IS_LOCKED_VA(), MI_LOCK_VA(), MI_UNLOCK_VA(), MiInsertInWorkingSetList(), and TrimWsList().
ULONG_PTR _MMWSLENTRY::LockedInWs |
Definition at line 828 of file mmtypes.h.
Referenced by MI_IS_LOCKED_VA(), MI_LOCK_VA(), MI_UNLOCK_VA(), MiInsertInWorkingSetList(), and TrimWsList().
ULONG_PTR _MMWSLENTRY::Protection |
Definition at line 830 of file mmtypes.h.
Referenced by MiInsertInWorkingSetList().
ULONG_PTR _MMWSLENTRY::Valid |
Definition at line 827 of file mmtypes.h.
Referenced by FreeWsleIndex(), and MiInsertInWorkingSetList().
ULONG_PTR _MMWSLENTRY::VirtualPageNumber |
Definition at line 834 of file mmtypes.h.
Referenced by MiInsertInWorkingSetList().