|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#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 283 of file ke.h.
Referenced by Ki386CreateIdentityMap(), and Ki386EnableTargetLargePage().
| ULONG _LARGE_IDENTITY_MAP::PagesCount |
Definition at line 285 of file ke.h.
Referenced by Ki386AllocateContiguousMemory(), and Ki386FreeIdentityMap().
| PVOID _LARGE_IDENTITY_MAP::PagesList[30] |
Definition at line 286 of file ke.h.
Referenced by Ki386AllocateContiguousMemory(), and Ki386FreeIdentityMap().
| ULONG_PTR _LARGE_IDENTITY_MAP::StartAddress |
Definition at line 284 of file ke.h.
Referenced by Ki386CreateIdentityMap(), and Ki386EnableTargetLargePage().
| PHARDWARE_PTE _LARGE_IDENTITY_MAP::TopLevelDirectory |
Definition at line 282 of file ke.h.
Referenced by Ki386CreateIdentityMap(), and Ki386MapAddress().