HyperPlatform Programmer's Reference
|
A structure made up of mutual fields across all EPT entry types. More...
#include <ept.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 reserved1: 6 | |
[6:11] More... | |
ULONG64 physial_address: 36 | |
[12:48-1] More... | |
ULONG64 reserved2: 16 | |
[48:63] More... | |
} | fields |
A structure made up of mutual fields across all EPT entry types.
struct { ... } EptCommonEntry::fields |