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)
Sun, Mar 15, 10:16 PM
Unknown Object (File)
Tue, Mar 3, 2:57 AM
Unknown Object (File)
Mon, Feb 23, 12:48 AM
Unknown Object (File)
Sat, Feb 21, 5:08 AM
Unknown Object (File)
Feb 14 2026, 9:16 AM
Unknown Object (File)
Feb 8 2026, 12:35 PM
Unknown Object (File)
Feb 7 2026, 5:35 PM
Unknown Object (File)
Jan 31 2026, 12:34 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