Function x86::dtables::lidt

source · []
pub unsafe fn lidt<T>(idt: &DescriptorTablePointer<T>)
Expand description

Load the IDTR register with the specified base and limit.

Safety

Needs CPL 0.