HyperPlatform Programmer's Reference
|
See: Guest Register State. More...
#include <ia32_type.h>
Public Attributes | |
unsigned int | all |
struct { | |
unsigned type: 4 | |
[0:3] More... | |
unsigned system: 1 | |
[4] More... | |
unsigned dpl: 2 | |
[5:6] More... | |
unsigned present: 1 | |
[7] More... | |
unsigned reserved1: 4 | |
[8:11] More... | |
unsigned avl: 1 | |
[12] More... | |
unsigned l: 1 | |
[13] Reserved (except for CS) 64-bit mode More... | |
unsigned db: 1 | |
[14] More... | |
unsigned gran: 1 | |
[15] More... | |
unsigned unusable: 1 | |
[16] Segment unusable More... | |
unsigned reserved2: 15 | |
[17:31] More... | |
} | fields |
See: Guest Register State.
Definition at line 1099 of file ia32_type.h.
unsigned int VmxRegmentDescriptorAccessRight::all |
Definition at line 1100 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::avl |
[12]
Definition at line 1107 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::db |
[14]
Definition at line 1109 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::dpl |
[5:6]
Definition at line 1104 of file ia32_type.h.
struct { ... } VmxRegmentDescriptorAccessRight::fields |
unsigned VmxRegmentDescriptorAccessRight::gran |
[15]
Definition at line 1110 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::l |
[13] Reserved (except for CS) 64-bit mode
Definition at line 1108 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::present |
[7]
Definition at line 1105 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::reserved1 |
[8:11]
Definition at line 1106 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::reserved2 |
[17:31]
Definition at line 1112 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::system |
[4]
Definition at line 1103 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::type |
[0:3]
Definition at line 1102 of file ia32_type.h.
unsigned VmxRegmentDescriptorAccessRight::unusable |
[16] Segment unusable
Definition at line 1111 of file ia32_type.h.