Module x86_64::instructions::tables

source ·
Expand description

Functions to load GDT, IDT, and TSS structures.

Re-exports

Functions

  • lgdt
    Load a GDT.
  • lidt
    Load an IDT.
  • Load the task state register using the ltr instruction.
  • Get the address of the current GDT.
  • Get the address of the current IDT.