Function sidt

Source
pub unsafe fn sidt<T>(idt: &mut DescriptorTablePointer<T>)
Expand description

Retrieve base and limit from the IDTR register.

ยงSafety

Needs CPL 0.