Page MenuHomeFreeBSD

Tidy the _set_tp function for RISC-V.
ClosedPublic

Authored by jhb on Feb 5 2020, 9:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 12:32 AM
Unknown Object (File)
Sun, Oct 26, 3:39 AM
Unknown Object (File)
Oct 15 2025, 4:39 PM
Unknown Object (File)
Oct 15 2025, 4:39 PM
Unknown Object (File)
Oct 15 2025, 4:39 PM
Unknown Object (File)
Oct 15 2025, 5:51 AM
Unknown Object (File)
Sep 20 2025, 1:39 AM
Unknown Object (File)
Sep 13 2025, 2:24 AM
Subscribers

Details

Summary
  • Use a constant for the offset instead of a magic number.
  • Use an addi instruction that writes to tp directly instead of a mv that writes the result of a compiler-generated addi.
Test Plan
  • booted a new world in qemu, ran /usr/tests/lib/libc/tls/* tests

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable