HyperPlatform Programmer's Reference
|
nt!_HARDWARE_PTE on x64 Windows More...
#include <ia32_type.h>
Public Attributes | |
ULONG64 | valid: 1 |
[0] More... | |
ULONG64 | write: 1 |
[1] More... | |
ULONG64 | owner: 1 |
[2] More... | |
ULONG64 | write_through: 1 |
[3] PWT More... | |
ULONG64 | cache_disable: 1 |
[4] PCD More... | |
ULONG64 | accessed: 1 |
[5] More... | |
ULONG64 | dirty: 1 |
[6] More... | |
ULONG64 | large_page: 1 |
[7] PAT More... | |
ULONG64 | global: 1 |
[8] More... | |
ULONG64 | copy_on_write: 1 |
[9] More... | |
ULONG64 | prototype: 1 |
[10] More... | |
ULONG64 | reserved0: 1 |
[11] More... | |
ULONG64 | page_frame_number: 36 |
[12:47] More... | |
ULONG64 | reserved1: 4 |
[48:51] More... | |
ULONG64 | software_ws_index: 11 |
[52:62] More... | |
ULONG64 | no_execute: 1 |
[63] More... | |
nt!_HARDWARE_PTE on x64 Windows
Definition at line 427 of file ia32_type.h.
ULONG64 HardwarePteX64::accessed |
[5]
Definition at line 433 of file ia32_type.h.
ULONG64 HardwarePteX64::cache_disable |
[4] PCD
Definition at line 432 of file ia32_type.h.
ULONG64 HardwarePteX64::copy_on_write |
[9]
Definition at line 437 of file ia32_type.h.
ULONG64 HardwarePteX64::dirty |
[6]
Definition at line 434 of file ia32_type.h.
ULONG64 HardwarePteX64::global |
[8]
Definition at line 436 of file ia32_type.h.
ULONG64 HardwarePteX64::large_page |
[7] PAT
Definition at line 435 of file ia32_type.h.
ULONG64 HardwarePteX64::no_execute |
[63]
Definition at line 443 of file ia32_type.h.
ULONG64 HardwarePteX64::owner |
[2]
Definition at line 430 of file ia32_type.h.
ULONG64 HardwarePteX64::page_frame_number |
[12:47]
Definition at line 440 of file ia32_type.h.
ULONG64 HardwarePteX64::prototype |
[10]
Definition at line 438 of file ia32_type.h.
ULONG64 HardwarePteX64::reserved0 |
[11]
Definition at line 439 of file ia32_type.h.
ULONG64 HardwarePteX64::reserved1 |
[48:51]
Definition at line 441 of file ia32_type.h.
ULONG64 HardwarePteX64::software_ws_index |
[52:62]
Definition at line 442 of file ia32_type.h.
ULONG64 HardwarePteX64::valid |
[0]
Definition at line 428 of file ia32_type.h.
ULONG64 HardwarePteX64::write |
[1]
Definition at line 429 of file ia32_type.h.
ULONG64 HardwarePteX64::write_through |
[3] PWT
Definition at line 431 of file ia32_type.h.