[][src]Module x86::dtables

Functions and data-structures to load descriptor tables.

Structs

DescriptorTablePointer

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

Functions

lgdt

Load GDT table with 32bit descriptors

lidt

Load IDT table with 32bit descriptors.

lldt

Load LDT table with 32bit descriptors.