Module gdt

Source
Expand description

Types for the Global Descriptor Table and segment selectors.

Re-exports§

pub use crate::registers::segmentation::SegmentSelector;

Structs§

DescriptorFlags
Flags for a GDT descriptor. Not all flags are valid for all descriptor types.
Entry
8-byte entry in a descriptor table.
GlobalDescriptorTable
A 64-bit mode global descriptor table (GDT).

Enums§

Descriptor
A 64-bit mode segment descriptor.