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

Detailed Description

nt!_HARDWARE_PTE on x64 Windows

Definition at line 427 of file ia32_type.h.

Member Data Documentation

◆ accessed

ULONG64 HardwarePteX64::accessed

[5]

Definition at line 433 of file ia32_type.h.

◆ cache_disable

ULONG64 HardwarePteX64::cache_disable

[4] PCD

Definition at line 432 of file ia32_type.h.

◆ copy_on_write

ULONG64 HardwarePteX64::copy_on_write

[9]

Definition at line 437 of file ia32_type.h.

◆ dirty

ULONG64 HardwarePteX64::dirty

[6]

Definition at line 434 of file ia32_type.h.

◆ global

ULONG64 HardwarePteX64::global

[8]

Definition at line 436 of file ia32_type.h.

◆ large_page

ULONG64 HardwarePteX64::large_page

[7] PAT

Definition at line 435 of file ia32_type.h.

◆ no_execute

ULONG64 HardwarePteX64::no_execute

[63]

Definition at line 443 of file ia32_type.h.

◆ owner

ULONG64 HardwarePteX64::owner

[2]

Definition at line 430 of file ia32_type.h.

◆ page_frame_number

ULONG64 HardwarePteX64::page_frame_number

[12:47]

Definition at line 440 of file ia32_type.h.

◆ prototype

ULONG64 HardwarePteX64::prototype

[10]

Definition at line 438 of file ia32_type.h.

◆ reserved0

ULONG64 HardwarePteX64::reserved0

[11]

Definition at line 439 of file ia32_type.h.

◆ reserved1

ULONG64 HardwarePteX64::reserved1

[48:51]

Definition at line 441 of file ia32_type.h.

◆ software_ws_index

ULONG64 HardwarePteX64::software_ws_index

[52:62]

Definition at line 442 of file ia32_type.h.

◆ valid

ULONG64 HardwarePteX64::valid

[0]

Definition at line 428 of file ia32_type.h.

◆ write

ULONG64 HardwarePteX64::write

[1]

Definition at line 429 of file ia32_type.h.

◆ write_through

ULONG64 HardwarePteX64::write_through

[3] PWT

Definition at line 431 of file ia32_type.h.


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