The Pedigree Project  0.1
Public Attributes | List of all members
X86InterruptManager::GateDescriptor Struct Reference
+ Collaboration diagram for X86InterruptManager::GateDescriptor:

Public Attributes

uint16_t offset0
 
uint16_t selector
 
uint8_t res
 
uint8_t flags
 
uint16_t offset1
 

Detailed Description

Structure of a x86 protected-mode gate descriptor

Definition at line 102 of file kernel/core/processor/x86/InterruptManager.h.

Member Data Documentation

uint8_t X86InterruptManager::GateDescriptor::flags

Flags

Definition at line 111 of file kernel/core/processor/x86/InterruptManager.h.

uint16_t X86InterruptManager::GateDescriptor::offset0

Bits 0-15 of the offset

Definition at line 105 of file kernel/core/processor/x86/InterruptManager.h.

uint16_t X86InterruptManager::GateDescriptor::offset1

Bits 16-31 of the offset

Definition at line 113 of file kernel/core/processor/x86/InterruptManager.h.

uint8_t X86InterruptManager::GateDescriptor::res

Reserved, must be 0

Definition at line 109 of file kernel/core/processor/x86/InterruptManager.h.

uint16_t X86InterruptManager::GateDescriptor::selector

The segment selector

Definition at line 107 of file kernel/core/processor/x86/InterruptManager.h.


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