Skip to content

Document the %fs segment register as the thread pointer

H.J. Lu requested to merge usr/hjl/tls into master

The %fs segment register is used to implement the thread pointer. The linear address of the thread pointer is stored at offset 0 relative to the %fs segment register.

Edited by H.J. Lu

Merge request reports