ReactOS 0.4.16-dev-522-gb68104a
_MMPFNENTRY Struct Reference

#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
 

Detailed Description

Definition at line 365 of file mm.h.

Member Data Documentation

◆ CacheAttribute

◆ Modified

◆ PageColor

USHORT _MMPFNENTRY::PageColor

Definition at line 371 of file mm.h.

Referenced by MiRemovePageByColor().

◆ PageLocation

◆ ParityError

USHORT _MMPFNENTRY::ParityError

Definition at line 376 of file mm.h.

◆ PrototypePte

◆ ReadInProgress

USHORT _MMPFNENTRY::ReadInProgress

◆ RemovalRequested

USHORT _MMPFNENTRY::RemovalRequested

Definition at line 373 of file mm.h.

Referenced by MiInsertPageInFreeList(), MiInsertPageInList(), and MiRemovePageByColor().

◆ Rom

◆ WriteInProgress

USHORT _MMPFNENTRY::WriteInProgress

The documentation for this struct was generated from the following file: