TianoCore EDK2 master
Loading...
Searching...
No Matches
IA32_GDT Union Reference

Data Fields

struct {
   UINT32   LimitLow: 16
 
   UINT32   BaseLow: 16
 
   UINT32   BaseMid: 8
 
   UINT32   Type: 4
 
   UINT32   System: 1
 
   UINT32   Dpl: 2
 
   UINT32   Present: 1
 
   UINT32   LimitHigh: 4
 
   UINT32   Software: 1
 
   UINT32   Reserved: 1
 
   UINT32   DefaultSize: 1
 
   UINT32   Granularity: 1
 
   UINT32   BaseHigh: 8
 
Bits
 
UINT64 Uint64
 
struct {
   UINT32   LimitLow: 16
 
   UINT32   BaseLow: 16
 
   UINT32   BaseMid: 8
 
   UINT32   Type: 4
 
   UINT32   System: 1
 
   UINT32   Dpl: 2
 
   UINT32   Present: 1
 
   UINT32   LimitHigh: 4
 
   UINT32   Software: 1
 
   UINT32   Reserved: 1
 
   UINT32   DefaultSize: 1
 
   UINT32   Granularity: 1
 
   UINT32   BaseHigh: 8
 
Bits
 
struct {
   UINT32   LimitLow: 16
 
   UINT32   BaseLow: 16
 
   UINT32   BaseMid: 8
 
   UINT32   Type: 4
 
   UINT32   System: 1
 
   UINT32   Dpl: 2
 
   UINT32   Present: 1
 
   UINT32   LimitHigh: 4
 
   UINT32   Software: 1
 
   UINT32   Reserved: 1
 
   UINT32   DefaultSize: 1
 
   UINT32   Granularity: 1
 
   UINT32   BaseHigh: 8
 
Bits
 
struct {
   UINT32   LimitLow: 16
 
   UINT32   BaseLow: 16
 
   UINT32   BaseMid: 8
 
   UINT32   Type: 4
 
   UINT32   System: 1
 
   UINT32   Dpl: 2
 
   UINT32   Present: 1
 
   UINT32   LimitHigh: 4
 
   UINT32   Software: 1
 
   UINT32   Reserved: 1
 
   UINT32   DefaultSize: 1
 
   UINT32   Granularity: 1
 
   UINT32   BaseHigh: 8
 
Bits
 
struct {
   UINT32   LimitLow: 16
 
   UINT32   BaseLow: 16
 
   UINT32   BaseMid: 8
 
   UINT32   Type: 4
 
   UINT32   System: 1
 
   UINT32   Dpl: 2
 
   UINT32   Present: 1
 
   UINT32   LimitHigh: 4
 
   UINT32   Software: 1
 
   UINT32   Reserved: 1
 
   UINT32   DefaultSize: 1
 
   UINT32   Granularity: 1
 
   UINT32   BaseHigh: 8
 
Bits
 
struct {
   UINT32   LimitLow: 16
 
   UINT32   BaseLow: 16
 
   UINT32   BaseMid: 8
 
   UINT32   Type: 4
 
   UINT32   System: 1
 
   UINT32   Dpl: 2
 
   UINT32   Present: 1
 
   UINT32   LimitHigh: 4
 
   UINT32   Software: 1
 
   UINT32   Reserved: 1
 
   UINT32   DefaultSize: 1
 
   UINT32   Granularity: 1
 
   UINT32   BaseHigh: 8
 
Bits
 

Detailed Description

Definition at line 31 of file DispatchExecute.c.

Field Documentation

◆ BaseHigh

UINT32 IA32_GDT::BaseHigh

Definition at line 45 of file DispatchExecute.c.

◆ BaseLow

UINT32 IA32_GDT::BaseLow

Definition at line 34 of file DispatchExecute.c.

◆ BaseMid

UINT32 IA32_GDT::BaseMid

Definition at line 35 of file DispatchExecute.c.

◆ DefaultSize

UINT32 IA32_GDT::DefaultSize

Definition at line 43 of file DispatchExecute.c.

◆ Dpl

UINT32 IA32_GDT::Dpl

Definition at line 38 of file DispatchExecute.c.

◆ Granularity

UINT32 IA32_GDT::Granularity

Definition at line 44 of file DispatchExecute.c.

◆ LimitHigh

UINT32 IA32_GDT::LimitHigh

Definition at line 40 of file DispatchExecute.c.

◆ LimitLow

UINT32 IA32_GDT::LimitLow

Definition at line 33 of file DispatchExecute.c.

◆ Present

UINT32 IA32_GDT::Present

Definition at line 39 of file DispatchExecute.c.

◆ Reserved

UINT32 IA32_GDT::Reserved

Definition at line 42 of file DispatchExecute.c.

◆ Software

UINT32 IA32_GDT::Software

Definition at line 41 of file DispatchExecute.c.

◆ System

UINT32 IA32_GDT::System

Definition at line 37 of file DispatchExecute.c.

◆ Type

UINT32 IA32_GDT::Type

Definition at line 36 of file DispatchExecute.c.

◆ Uint64

UINT64 IA32_GDT::Uint64

Definition at line 47 of file DispatchExecute.c.


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