Function 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.