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)
Mon, Mar 25, 5:01 AM
Unknown Object (File)
Dec 20 2023, 5:42 AM
Unknown Object (File)
Dec 12 2023, 9:35 AM
Unknown Object (File)
Nov 12 2023, 6:14 AM
Unknown Object (File)
Nov 10 2023, 4:07 AM
Unknown Object (File)
Oct 9 2023, 3:01 AM
Unknown Object (File)
Sep 5 2023, 11:59 PM
Unknown Object (File)
Jun 29 2023, 2:36 PM
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