Skip to content

Commit

Permalink
Improve Sscofpmf section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Apr 5, 2024
1 parent 513de57 commit ddee9ec
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/sscofpmf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ extensions, and 'cofpmf' for Count OverFlow and Privilege Mode Filtering).
Note that the new count overflow interrupt will be treated as a standard local
interrupt that is assigned to bit 13 in the mip/mie/sip/sie registers.

=== Machine Level Additions

==== Hardware Performance Monitor
=== Count Overflow Control

The following bits are added to `mhpmevent`:

Expand Down Expand Up @@ -105,9 +103,7 @@ maintaining a bit mask reflecting which counters are active and due to
eventually overflow.
====

=== Supervisor Level Additions

==== Supervisor Count Overflow (scountovf)
=== Supervisor Count Overflow (scountovf) CSR

This extension adds the `scountovf` CSR,
a 32-bit read-only register that contains shadow copies of
Expand Down

1 comment on commit ddee9ec

@gfavor
Copy link
Collaborator

@gfavor gfavor commented on ddee9ec Apr 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Please sign in to comment.