HyperPlatform Programmer's Reference
Public Attributes | List of all members
HardwarePteX86 Struct 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...
 

Detailed Description

nt!_HARDWARE_PTE on x86 PAE-disabled Windows

Definition at line 389 of file ia32_type.h.

Member Data Documentation

◆ accessed

ULONG HardwarePteX86::accessed

[5]

Definition at line 395 of file ia32_type.h.

◆ cache_disable

ULONG HardwarePteX86::cache_disable

[4]

Definition at line 394 of file ia32_type.h.

◆ copy_on_write

ULONG HardwarePteX86::copy_on_write

[9]

Definition at line 399 of file ia32_type.h.

◆ dirty

ULONG HardwarePteX86::dirty

[6]

Definition at line 396 of file ia32_type.h.

◆ global

ULONG HardwarePteX86::global

[8]

Definition at line 398 of file ia32_type.h.

◆ large_page

ULONG HardwarePteX86::large_page

[7]

Definition at line 397 of file ia32_type.h.

◆ owner

ULONG HardwarePteX86::owner

[2]

Definition at line 392 of file ia32_type.h.

◆ page_frame_number

ULONG HardwarePteX86::page_frame_number

[12:31]

Definition at line 402 of file ia32_type.h.

◆ prototype

ULONG HardwarePteX86::prototype

[10]

Definition at line 400 of file ia32_type.h.

◆ reserved0

ULONG HardwarePteX86::reserved0

[11]

Definition at line 401 of file ia32_type.h.

◆ valid

ULONG HardwarePteX86::valid

[0]

Definition at line 390 of file ia32_type.h.

◆ write

ULONG HardwarePteX86::write

[1]

Definition at line 391 of file ia32_type.h.

◆ write_through

ULONG HardwarePteX86::write_through

[3]

Definition at line 393 of file ia32_type.h.


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