HyperPlatform Programmer's Reference
Public Attributes | List of all members
SegmentSelector Union 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
 

Detailed Description

See: Segment Selectors.

Definition at line 269 of file ia32_type.h.

Member Data Documentation

◆ all

unsigned short SegmentSelector::all

Definition at line 270 of file ia32_type.h.

◆ fields

struct { ... } SegmentSelector::fields

◆ index

unsigned short SegmentSelector::index

Definition at line 274 of file ia32_type.h.

◆ rpl

unsigned short SegmentSelector::rpl

Requested Privilege Level.

Definition at line 272 of file ia32_type.h.

◆ ti

unsigned short SegmentSelector::ti

Table Indicator.

Definition at line 273 of file ia32_type.h.


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