ReactOS 0.4.16-dev-340-g0540c21
|
#include <mmtypes.h>
Public Attributes | |
ULONG64 | Valid:1 |
ULONG64 | PageFileLow:4 |
ULONG64 | Protection:5 |
ULONG64 | Prototype:1 |
ULONG64 | Transition:1 |
ULONG64 | UsedPageTableEntries:10 |
ULONG64 | Reserved:10 |
ULONG64 | PageFileHigh:32 |
ULONG | Valid:2 |
ULONG | PageFileLow:4 |
ULONG | Protection:4 |
ULONG | Prototype:1 |
ULONG | Transition:1 |
ULONG | PageFileHigh:20 |
ULONG64 | PageFileReserved:1 |
ULONG64 | PageFileAllocated:1 |
ULONG64 | ColdPage:1 |
ULONG64 | OnStandbyLookaside:1 |
ULONG64 | RsvdZ1:6 |
ULONG _MMPTE_SOFTWARE::PageFileHigh |
Definition at line 93 of file mmtypes.h.
Referenced by MiCalculatePageCommitment(), MiDecommitPages(), MiInitMachineDependent(), MiInsertPageInList(), MiIsEntireRangeCommitted(), MiResolveProtoPteFault(), MmAllocateSpecialPool(), MmIsSpecialPoolAddressFree(), and NtAllocateVirtualMemory().
ULONG _MMPTE_SOFTWARE::Protection |
Definition at line 88 of file mmtypes.h.
Referenced by MiCalculatePageCommitment(), MiCompleteProtoPteFault(), MiCreatePagingFileMap(), MiGetPageProtection(), MiIsEntireRangeCommitted(), MiProtectVirtualMemory(), MiResolveProtoPteFault(), MmArmAccessFault(), and MmFreeSpecialPool().
ULONG _MMPTE_SOFTWARE::Prototype |
Definition at line 89 of file mmtypes.h.
Referenced by MiCalculatePageCommitment(), MiCompleteProtoPteFault(), MiDecommitPages(), MiInitializePfn(), MiInsertPageInList(), MiIsEntireRangeCommitted(), MiProtectVirtualMemory(), MiRemoveMappedPtes(), and NtAllocateVirtualMemory().
ULONG _MMPTE_SOFTWARE::Transition |
Definition at line 90 of file mmtypes.h.
Referenced by MiDecommitPages(), MiInitializePfn(), MiInsertPageInList(), MiIsPageTablePresent(), MiProtectVirtualMemory(), and NtAllocateVirtualMemory().
ULONG64 _MMPTE_SOFTWARE::UsedPageTableEntries |
Definition at line 91 of file mmtypes.h.
Referenced by MiDecrementPageTableReferences(), MiIncrementPageTableReferences(), and MiIsPageTablePresent().
ULONG _MMPTE_SOFTWARE::Valid |
Definition at line 86 of file mmtypes.h.
Referenced by NtAllocateVirtualMemory().