From 42adac0504e7b1e6470df6aa0c1862fc4349a506 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sat, 16 Mar 2024 20:25:50 -0700 Subject: RNMI handler -> RNMI trap handler --- src/rnmi.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rnmi.adoc') 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. -- cgit v1.1