[][src]Function sunrise_bootstrap::gdt::i386::instructions::tables::lldt

pub unsafe fn lldt(ldt: SegmentSelector)

Load LDT table.

Safety

The ldt must point to a valid LDT segment in the GDT. Note that modifying the current LDT might cause pointer invalidation.