Module x86_64::instructions::tables[][src]

Expand description

Functions to load GDT, IDT, and TSS structures.

Re-exports

pub use crate::structures::DescriptorTablePointer;

Functions

Load a GDT.

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.