Function lgdt

Source
pub unsafe fn lgdt<T>(gdt: &DescriptorTablePointer<T>)
Expand description

Load the GDTR register with the specified base and limit.

ยงSafety

Needs CPL 0.