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

pub unsafe fn wrfsbase(val: u64)
Expand description

Writes the FS segment base address

Safety

If CR4.FSGSBASE is not set, this instruction will throw an #UD.

The caller must ensure that this write operation has no unsafe side effects, as the FS segment base address is often used for thread local storage.