aboutsummaryrefslogtreecommitdiff
path: root/src/rnmi.adoc
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-03-16 20:25:50 -0700
committerAndrew Waterman <andrew@sifive.com>2024-03-16 20:25:50 -0700
commit42adac0504e7b1e6470df6aa0c1862fc4349a506 (patch)
treeaf721bbf91ee0713521491a2c38b1b58bdebe4b0 /src/rnmi.adoc
parentc07c40094f2e873ef14545a7bebb78c38829f850 (diff)
downloadriscv-isa-manual-42adac0504e7b1e6470df6aa0c1862fc4349a506.zip
riscv-isa-manual-42adac0504e7b1e6470df6aa0c1862fc4349a506.tar.gz
riscv-isa-manual-42adac0504e7b1e6470df6aa0c1862fc4349a506.tar.bz2
RNMI handler -> RNMI trap handler
Diffstat (limited to 'src/rnmi.adoc')
-rw-r--r--src/rnmi.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rnmi.adoc b/src/rnmi.adoc
index cbd19da..7886c67 100644
--- a/src/rnmi.adoc
+++ b/src/rnmi.adoc
@@ -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.