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, Apr 12, 6:06 PM
Unknown Object (File)
Sun, Apr 5, 5:28 PM
Unknown Object (File)
Sun, Apr 5, 1:28 AM
Unknown Object (File)
Sat, Apr 4, 5:17 PM
Unknown Object (File)
Sat, Mar 28, 10:44 AM
Unknown Object (File)
Mon, Mar 23, 2:11 AM
Unknown Object (File)
Sat, Mar 21, 9:59 AM
Unknown Object (File)
Tue, Mar 17, 4:08 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.