ReactOS 0.4.15-dev-7788-g1ad9096
_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 358 of file mm.h.

Member Data Documentation

◆ CacheAttribute

◆ Modified

◆ PageColor

USHORT _MMPFNENTRY::PageColor

Definition at line 364 of file mm.h.

Referenced by MiRemovePageByColor().

◆ PageLocation

◆ ParityError

USHORT _MMPFNENTRY::ParityError

Definition at line 369 of file mm.h.

◆ PrototypePte

◆ ReadInProgress

USHORT _MMPFNENTRY::ReadInProgress

◆ RemovalRequested

USHORT _MMPFNENTRY::RemovalRequested

Definition at line 366 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: