[][src]Module x86_64::structures::gdt

Types for the Global Descriptor Table and segment selectors.

Structs

DescriptorFlags

Flags for a GDT descriptor. Not all flags are valid for all descriptor types.

GlobalDescriptorTable

A 64-bit mode global descriptor table (GDT).

SegmentSelector

Specifies which element to load into a segment from descriptor tables (i.e., is a index to LDT or GDT table with some additional flags).

Enums

Descriptor

A 64-bit mode segment descriptor.