Page MenuHomeFreeBSD

arm64: Read tpidrro_el0 for the 32-bit TLS pointer.
AbandonedPublic

Authored by jhb on Sep 9 2022, 9:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 10, 3:21 AM
Unknown Object (File)
Thu, Apr 30, 2:39 AM
Unknown Object (File)
Fri, Apr 24, 8:31 PM
Unknown Object (File)
Sun, Apr 19, 7:42 PM
Unknown Object (File)
Apr 12 2026, 6:06 PM
Unknown Object (File)
Apr 5 2026, 5:28 PM
Unknown Object (File)
Apr 5 2026, 1:28 AM
Unknown Object (File)
Apr 4 2026, 5:17 PM
Subscribers

Details

Summary

This shouldn't be a functional change since cpu_set_user_tls sets both
registers, but this is technically more correct.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47301
Build 44188: arc lint + arc unit

Event Timeline

Actually, I think the current code is more correct as the 32-bit kernel always uses TPIDRURW as the source of truth for TLS including for its get_arm_tls function.