ReactOS 0.4.15-dev-8614-gbc76250
_LARGE_IDENTITY_MAP Struct Reference

#include <ke.h>

Collaboration diagram for _LARGE_IDENTITY_MAP:

Public Attributes

PHARDWARE_PTE TopLevelDirectory
 
ULONG Cr3
 
ULONG_PTR StartAddress
 
ULONG PagesCount
 
PVOID PagesList [30]
 

Detailed Description

Definition at line 253 of file ke.h.

Member Data Documentation

◆ Cr3

ULONG _LARGE_IDENTITY_MAP::Cr3

Definition at line 256 of file ke.h.

Referenced by Ki386CreateIdentityMap(), and Ki386EnableTargetLargePage().

◆ PagesCount

ULONG _LARGE_IDENTITY_MAP::PagesCount

Definition at line 258 of file ke.h.

Referenced by Ki386AllocateContiguousMemory(), and Ki386FreeIdentityMap().

◆ PagesList

PVOID _LARGE_IDENTITY_MAP::PagesList[30]

Definition at line 259 of file ke.h.

Referenced by Ki386AllocateContiguousMemory(), and Ki386FreeIdentityMap().

◆ StartAddress

ULONG_PTR _LARGE_IDENTITY_MAP::StartAddress

Definition at line 257 of file ke.h.

Referenced by Ki386CreateIdentityMap(), and Ki386EnableTargetLargePage().

◆ TopLevelDirectory

PHARDWARE_PTE _LARGE_IDENTITY_MAP::TopLevelDirectory

Definition at line 255 of file ke.h.

Referenced by Ki386CreateIdentityMap(), and Ki386MapAddress().


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