HyperPlatform Programmer's Reference
Public Attributes | List of all members
EptPdptEntry Union Reference

See: Format of an EPT Page-Directory-Pointer-Table Entry (PDPTE) that References an EPT Page Directory. More...

#include <ia32_type.h>

Public Attributes

ULONG64 all
 
struct {
   ULONG64   read_access: 1
 [0] More...
 
   ULONG64   write_access: 1
 [1] More...
 
   ULONG64   execute_access: 1
 [2] More...
 
   ULONG64   reserved1: 5
 [3:7] More...
 
   ULONG64   accessed: 1
 [8] More...
 
   ULONG64   ignored1: 1
 [9] More...
 
   ULONG64   execute_access_for_user_mode_linear_address: 1
 [10] More...
 
   ULONG64   ignored2: 1
 [11] More...
 
   ULONG64   pd_address: 36
 [12:48-1] More...
 
   ULONG64   reserved2: 4
 [48:51] More...
 
   ULONG64   ignored3: 12
 [52:63] More...
 
fields
 

Detailed Description

See: Format of an EPT Page-Directory-Pointer-Table Entry (PDPTE) that References an EPT Page Directory.

Definition at line 1484 of file ia32_type.h.

Member Data Documentation

◆ accessed

ULONG64 EptPdptEntry::accessed

[8]

Definition at line 1491 of file ia32_type.h.

◆ all

ULONG64 EptPdptEntry::all

Definition at line 1485 of file ia32_type.h.

◆ execute_access

ULONG64 EptPdptEntry::execute_access

[2]

Definition at line 1489 of file ia32_type.h.

◆ execute_access_for_user_mode_linear_address

ULONG64 EptPdptEntry::execute_access_for_user_mode_linear_address

[10]

Definition at line 1493 of file ia32_type.h.

◆ fields

struct { ... } EptPdptEntry::fields

◆ ignored1

ULONG64 EptPdptEntry::ignored1

[9]

Definition at line 1492 of file ia32_type.h.

◆ ignored2

ULONG64 EptPdptEntry::ignored2

[11]

Definition at line 1494 of file ia32_type.h.

◆ ignored3

ULONG64 EptPdptEntry::ignored3

[52:63]

Definition at line 1497 of file ia32_type.h.

◆ pd_address

ULONG64 EptPdptEntry::pd_address

[12:48-1]

Definition at line 1495 of file ia32_type.h.

◆ read_access

ULONG64 EptPdptEntry::read_access

[0]

Definition at line 1487 of file ia32_type.h.

◆ reserved1

ULONG64 EptPdptEntry::reserved1

[3:7]

Definition at line 1490 of file ia32_type.h.

◆ reserved2

ULONG64 EptPdptEntry::reserved2

[48:51]

Definition at line 1496 of file ia32_type.h.

◆ write_access

ULONG64 EptPdptEntry::write_access

[1]

Definition at line 1488 of file ia32_type.h.


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