From 3dd0ea867bfe5431aa7e44ec4f137b25f2af1259 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Wed, 21 Aug 2024 13:56:32 -0700 Subject: [PATCH] Clarify prv and v reflect privilege and virtualization modes. Reported in #1062. --- Sdext.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sdext.adoc b/Sdext.adoc index 444b1090..dc7f4dc5 100644 --- a/Sdext.adoc +++ b/Sdext.adoc @@ -175,7 +175,7 @@ instruction is executed. When a hart halts: . {dcsr-cause} is updated. -. {dcsr-prv} and {dcsr-v} are set to reflect current privilege mode. +. {dcsr-prv} and {dcsr-v} are set to reflect current privilege mode and virtualization mode. . {csr-dpc} is set to the next instruction that should be executed. . If the current instruction can be partially executed and should be restarted to complete, then the relevant state for that is updated. E.g.