HyperPlatform Programmer's Reference
|
nt!_HARDWARE_PTE on x86 PAE-disabled Windows More...
#include <ia32_type.h>
Public Attributes | |
ULONG | valid: 1 |
[0] More... | |
ULONG | write: 1 |
[1] More... | |
ULONG | owner: 1 |
[2] More... | |
ULONG | write_through: 1 |
[3] More... | |
ULONG | cache_disable: 1 |
[4] More... | |
ULONG | accessed: 1 |
[5] More... | |
ULONG | dirty: 1 |
[6] More... | |
ULONG | large_page: 1 |
[7] More... | |
ULONG | global: 1 |
[8] More... | |
ULONG | copy_on_write: 1 |
[9] More... | |
ULONG | prototype: 1 |
[10] More... | |
ULONG | reserved0: 1 |
[11] More... | |
ULONG | page_frame_number: 20 |
[12:31] More... | |
nt!_HARDWARE_PTE on x86 PAE-disabled Windows
Definition at line 389 of file ia32_type.h.
ULONG HardwarePteX86::accessed |
[5]
Definition at line 395 of file ia32_type.h.
ULONG HardwarePteX86::cache_disable |
[4]
Definition at line 394 of file ia32_type.h.
ULONG HardwarePteX86::copy_on_write |
[9]
Definition at line 399 of file ia32_type.h.
ULONG HardwarePteX86::dirty |
[6]
Definition at line 396 of file ia32_type.h.
ULONG HardwarePteX86::global |
[8]
Definition at line 398 of file ia32_type.h.
ULONG HardwarePteX86::large_page |
[7]
Definition at line 397 of file ia32_type.h.
ULONG HardwarePteX86::owner |
[2]
Definition at line 392 of file ia32_type.h.
ULONG HardwarePteX86::page_frame_number |
[12:31]
Definition at line 402 of file ia32_type.h.
ULONG HardwarePteX86::prototype |
[10]
Definition at line 400 of file ia32_type.h.
ULONG HardwarePteX86::reserved0 |
[11]
Definition at line 401 of file ia32_type.h.
ULONG HardwarePteX86::valid |
[0]
Definition at line 390 of file ia32_type.h.
ULONG HardwarePteX86::write |
[1]
Definition at line 391 of file ia32_type.h.
ULONG HardwarePteX86::write_through |
[3]
Definition at line 393 of file ia32_type.h.