Function x86::dtables::sgdt[][src]

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

Retrieve base and limit from the GDTR register.

Safety

Needs CPL 0.