Module x86_64::structures

source ·
Expand description

Representations of various x86 specific structures and descriptor tables.

Modules§

  • Types for the Global Descriptor Table and segment selectors.
  • Provides types for the Interrupt Descriptor Table and its entries.
  • Abstractions for page tables and other paging related structures.
  • Traits for accessing I/O ports.
  • Provides a type for the task state segment structure.

Structs§

  • A struct describing a pointer to a descriptor table (GDT / IDT). This is in a format suitable for giving to ‘lgdt’ or ‘lidt’.