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

pub unsafe fn load_fs(sel: SegmentSelector)
Expand description

Reload fs segment register.

Safety

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