Skip to content

Commit

Permalink
RNMI handler -> RNMI trap handler
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Mar 17, 2024
1 parent c07c400 commit 42adac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rnmi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ exception that precipitated the double trap.
include::images/bytefield/mnstatus.edn[]

The `mnstatus` CSR holds a two-bit field, MNPP, which on entry to the
trap handler holds the privilege mode of the interrupted context,
RNMI trap handler holds the privilege mode of the interrupted context,
encoded in the same manner as `mstatus`.MPP. It also holds a one-bit
field, MNPV, which on entry to the trap handler holds the virtualization
field, MNPV, which on entry to the RNMI trap handler holds the virtualization
mode of the interrupted context, encoded in the same manner as
`mstatus`.MPV.

Expand Down

0 comments on commit 42adac0

Please sign in to comment.