Function x86::dtables::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.