|
HyperPlatform Programmer's Reference
|
See: Format of an EPT Page-Table Entry that Maps a 4-KByte Page. 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 memory_type: 3 | |
| [3:5] More... | |
| ULONG64 ignore_pat_memory_type: 1 | |
| [6] More... | |
| ULONG64 ignored1: 1 | |
| [7] More... | |
| ULONG64 accessed: 1 | |
| [8] More... | |
| ULONG64 written: 1 | |
| [9] More... | |
| ULONG64 execute_access_for_user_mode_linear_address: 1 | |
| [10] More... | |
| ULONG64 ignored2: 1 | |
| [11] More... | |
| ULONG64 physial_address: 36 | |
| [12:48-1] More... | |
| ULONG64 reserved1: 4 | |
| [48:51] More... | |
| ULONG64 Ignored3: 11 | |
| [52:62] More... | |
| ULONG64 suppress_ve: 1 | |
| [63] More... | |
| } | fields |
See: Format of an EPT Page-Table Entry that Maps a 4-KByte Page.
Definition at line 1547 of file ia32_type.h.
| ULONG64 EptPtEntry::accessed |
[8]
Definition at line 1556 of file ia32_type.h.
| ULONG64 EptPtEntry::all |
Definition at line 1548 of file ia32_type.h.
| ULONG64 EptPtEntry::execute_access |
[2]
Definition at line 1552 of file ia32_type.h.
| ULONG64 EptPtEntry::execute_access_for_user_mode_linear_address |
[10]
Definition at line 1558 of file ia32_type.h.
| struct { ... } EptPtEntry::fields |
| ULONG64 EptPtEntry::ignore_pat_memory_type |
[6]
Definition at line 1554 of file ia32_type.h.
| ULONG64 EptPtEntry::ignored1 |
[7]
Definition at line 1555 of file ia32_type.h.
| ULONG64 EptPtEntry::ignored2 |
[11]
Definition at line 1559 of file ia32_type.h.
| ULONG64 EptPtEntry::Ignored3 |
[52:62]
Definition at line 1562 of file ia32_type.h.
| ULONG64 EptPtEntry::memory_type |
[3:5]
Definition at line 1553 of file ia32_type.h.
| ULONG64 EptPtEntry::physial_address |
[12:48-1]
Definition at line 1560 of file ia32_type.h.
| ULONG64 EptPtEntry::read_access |
[0]
Definition at line 1550 of file ia32_type.h.
| ULONG64 EptPtEntry::reserved1 |
[48:51]
Definition at line 1561 of file ia32_type.h.
| ULONG64 EptPtEntry::suppress_ve |
[63]
Definition at line 1563 of file ia32_type.h.
| ULONG64 EptPtEntry::write_access |
[1]
Definition at line 1551 of file ia32_type.h.
| ULONG64 EptPtEntry::written |
[9]
Definition at line 1557 of file ia32_type.h.
1.8.14