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

pub unsafe fn load_fs(sel: SegmentSelector)

Reload fs segment register.

Safety

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