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

pub unsafe fn load_es(sel: SegmentSelector)
Expand description

Reload es segment register.

Safety

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