To what data structure does FS register point to on Linux x86_64? I heard that this segment register is used to implement thread local storage. However I can't find any resources to what data structure it actually points to. I need the data structure for user mode, if this makes a difference.
Thanks