Page MenuHomeFreeBSD

riscv: S-mode extension parsing
ClosedPublic

Authored by mhorne on May 23 2023, 5:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 20 2024, 7:45 AM
Unknown Object (File)
Oct 20 2024, 7:24 AM
Unknown Object (File)
Oct 15 2024, 10:10 PM
Unknown Object (File)
Oct 10 2024, 12:13 PM
Unknown Object (File)
Oct 6 2024, 2:53 PM
Unknown Object (File)
Oct 6 2024, 8:37 AM
Unknown Object (File)
Oct 3 2024, 7:28 AM
Unknown Object (File)
Oct 3 2024, 12:54 AM
Subscribers

Details

Summary

There are now several Supervisor-mode extensions that have entered the
'ratified' status, so begin parsing and reporting a few of these.

Recognize the following extensions:

  • Sstc: stimecmp/vstimecmp CSR
  • Svnapot: NAPOT* translation contiguity
  • Svpbmt: page-based memory types
  • Svinval: fine-grained TLB invalidation instructions
  • Sscofpmf: performance counter overflow

*i.e. "naturally aligned power-of-2" page granularity

For now, provide globals for Sstc and Sscofpmf, as we will make use of
these in the near future.

Plus, update the copyright statement after my recent work on this file.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable