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)
Wed, Oct 15, 4:39 PM
Unknown Object (File)
Wed, Oct 15, 4:39 PM
Unknown Object (File)
Wed, Oct 15, 4:39 PM
Unknown Object (File)
Wed, Oct 15, 5:51 AM
Unknown Object (File)
Sat, Sep 20, 1:39 AM
Unknown Object (File)
Sep 13 2025, 2:24 AM
Unknown Object (File)
Aug 16 2025, 9:52 AM
Unknown Object (File)
Aug 8 2025, 3:17 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