Write the value to the FS base register. Both intrinsics are mapped to WRFSBASE instruction.
extern void _writefsbase_u32(int 32 val); |
extern void _writefsbase_u64(unsigned __int64 val); |
the value to be written to the FS base register
These intrinsics write the given value to the FS segment base register.