HyperPlatform Programmer's Reference
|
See: Segment Selectors. More...
#include <ia32_type.h>
Public Attributes | |
unsigned short | all |
struct { | |
unsigned short rpl: 2 | |
Requested Privilege Level. More... | |
unsigned short ti: 1 | |
Table Indicator. More... | |
unsigned short index: 13 | |
} | fields |
See: Segment Selectors.
Definition at line 269 of file ia32_type.h.
unsigned short SegmentSelector::all |
Definition at line 270 of file ia32_type.h.
struct { ... } SegmentSelector::fields |
unsigned short SegmentSelector::index |
Definition at line 274 of file ia32_type.h.
unsigned short SegmentSelector::rpl |
Requested Privilege Level.
Definition at line 272 of file ia32_type.h.
unsigned short SegmentSelector::ti |
Table Indicator.
Definition at line 273 of file ia32_type.h.