Function sgdt

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

Retrieve base and limit from the GDTR register.

ยงSafety

Needs CPL 0.