ReactOS 0.4.16-dev-835-gd769f56
|
#include <ke.h>
Public Attributes | |
PHARDWARE_PTE | TopLevelDirectory |
ULONG | Cr3 |
ULONG_PTR | StartAddress |
ULONG | PagesCount |
PVOID | PagesList [30] |
ULONG _LARGE_IDENTITY_MAP::Cr3 |
Definition at line 264 of file ke.h.
Referenced by Ki386CreateIdentityMap(), and Ki386EnableTargetLargePage().
ULONG _LARGE_IDENTITY_MAP::PagesCount |
Definition at line 266 of file ke.h.
Referenced by Ki386AllocateContiguousMemory(), and Ki386FreeIdentityMap().
PVOID _LARGE_IDENTITY_MAP::PagesList[30] |
Definition at line 267 of file ke.h.
Referenced by Ki386AllocateContiguousMemory(), and Ki386FreeIdentityMap().
ULONG_PTR _LARGE_IDENTITY_MAP::StartAddress |
Definition at line 265 of file ke.h.
Referenced by Ki386CreateIdentityMap(), and Ki386EnableTargetLargePage().
PHARDWARE_PTE _LARGE_IDENTITY_MAP::TopLevelDirectory |
Definition at line 263 of file ke.h.
Referenced by Ki386CreateIdentityMap(), and Ki386MapAddress().