aboutsummaryrefslogtreecommitdiff
path: root/src/priv-csrs.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-03-30 14:42:57 -0400
committerBill Traynor <wmat@riscv.org>2023-03-30 14:42:57 -0400
commit2b789ef8916730dd4b732c0e9fb281e345236fb3 (patch)
tree800547db3a607a94344c74d0ba86fc46e7393bfe /src/priv-csrs.adoc
parentb0671ec140c3a8136609b8e1befc5604030ff1b8 (diff)
downloadriscv-isa-manual-2b789ef8916730dd4b732c0e9fb281e345236fb3.zip
riscv-isa-manual-2b789ef8916730dd4b732c0e9fb281e345236fb3.tar.gz
riscv-isa-manual-2b789ef8916730dd4b732c0e9fb281e345236fb3.tar.bz2
Added bibliography
Added bibliography and references.
Diffstat (limited to 'src/priv-csrs.adoc')
-rw-r--r--src/priv-csrs.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/priv-csrs.adoc b/src/priv-csrs.adoc
index 6a5408f..4b66d39 100644
--- a/src/priv-csrs.adoc
+++ b/src/priv-csrs.adoc
@@ -64,7 +64,7 @@ machine-mode access to the latter set of registers.
====
Effective virtualization requires that as many instructions run natively
as possible inside a virtualized environment, while any privileged
-accesses trap to the virtual machine monitorĀ . CSRs that are read-only
+accesses trap to the virtual machine monitor. cite:[goldbergvm] CSRs that are read-only
at some lower privilege level are shadowed into separate CSR addresses
if they are made read-write at a higher privilege level. This avoids
trapping permitted lower-privilege accesses while still causing traps on