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

Functions to load GDT, IDT, and TSS structures.

Re-exports

pub use crate::structures::DescriptorTablePointer;

Functions

lgdt

Load GDT table.

lidt

Load IDT table.

load_tss

Load the task state register using the ltr instruction.