Function x86_64::instructions::segmentation::load_ds[][src]

pub unsafe fn load_ds(sel: SegmentSelector)
Expand description

Reload data segment register.

Safety

This function is unsafe because the caller must ensure that sel is a valid data segment descriptor.