Read the value of the FS base register.
extern unsigned int _readfsbase_u32(); |
extern unsigned __int64 _readfsbase_u64(); |
These intrinsics read the value of the FS base register. Both intrinsics are mapped to RDFSBASE instruction.
Copyright © 1996-2011, Intel Corporation. All rights reserved.