|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <newmm.h>

Public Attributes | |
| LARGE_INTEGER | FileOffset |
| PMM_SECTION_SEGMENT | Segment |
| ULONG | Refcount |
| ULONG_PTR | PageEntries [ENTRIES_PER_ELEMENT] |
| LARGE_INTEGER _CACHE_SECTION_PAGE_TABLE::FileOffset |
Definition at line 27 of file newmm.h.
Referenced by MiCacheEvictPages(), MiSectionPageTableGetOrAllocate(), and MmFreePageTablesSectionSegment().
| ULONG_PTR _CACHE_SECTION_PAGE_TABLE::PageEntries[ENTRIES_PER_ELEMENT] |
Definition at line 30 of file newmm.h.
Referenced by MmFreePageTablesSectionSegment().
| ULONG _CACHE_SECTION_PAGE_TABLE::Refcount |
Definition at line 29 of file newmm.h.
Referenced by MiSectionPageTableGetOrAllocate().
| PMM_SECTION_SEGMENT _CACHE_SECTION_PAGE_TABLE::Segment |