HyperPlatform Programmer's Reference
Public Attributes | List of all members
HardwarePteX86Pae Struct Reference

nt!_HARDWARE_PTE on x86 PAE-enabled 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: 26
 [12:37] More...
 
ULONG64 reserved1: 25
 [38:62] More...
 
ULONG64 no_execute: 1
 [63] More...
 

Detailed Description

nt!_HARDWARE_PTE on x86 PAE-enabled Windows

Definition at line 407 of file ia32_type.h.

Member Data Documentation

◆ accessed

ULONG64 HardwarePteX86Pae::accessed

[5]

Definition at line 413 of file ia32_type.h.

◆ cache_disable

ULONG64 HardwarePteX86Pae::cache_disable

[4] PCD

Definition at line 412 of file ia32_type.h.

◆ copy_on_write

ULONG64 HardwarePteX86Pae::copy_on_write

[9]

Definition at line 417 of file ia32_type.h.

◆ dirty

ULONG64 HardwarePteX86Pae::dirty

[6]

Definition at line 414 of file ia32_type.h.

◆ global

ULONG64 HardwarePteX86Pae::global

[8]

Definition at line 416 of file ia32_type.h.

◆ large_page

ULONG64 HardwarePteX86Pae::large_page

[7] PAT

Definition at line 415 of file ia32_type.h.

◆ no_execute

ULONG64 HardwarePteX86Pae::no_execute

[63]

Definition at line 422 of file ia32_type.h.

◆ owner

ULONG64 HardwarePteX86Pae::owner

[2]

Definition at line 410 of file ia32_type.h.

◆ page_frame_number

ULONG64 HardwarePteX86Pae::page_frame_number

[12:37]

Definition at line 420 of file ia32_type.h.

◆ prototype

ULONG64 HardwarePteX86Pae::prototype

[10]

Definition at line 418 of file ia32_type.h.

◆ reserved0

ULONG64 HardwarePteX86Pae::reserved0

[11]

Definition at line 419 of file ia32_type.h.

◆ reserved1

ULONG64 HardwarePteX86Pae::reserved1

[38:62]

Definition at line 421 of file ia32_type.h.

◆ valid

ULONG64 HardwarePteX86Pae::valid

[0]

Definition at line 408 of file ia32_type.h.

◆ write

ULONG64 HardwarePteX86Pae::write

[1]

Definition at line 409 of file ia32_type.h.

◆ write_through

ULONG64 HardwarePteX86Pae::write_through

[3] PWT

Definition at line 411 of file ia32_type.h.


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