We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5928a commit 8924587Copy full SHA for 8924587
src/riscv-integration.adoc
@@ -1190,8 +1190,9 @@ accessing memory.
1190
1191
===== Updating CSRs
1192
1193
-The procedure below must be used when update a CSR with a capability A, and the CSR cannot
1194
-hold all invalid addresses, under the following circumstances:
+Some capability-holding CSRs are unable to hold arbitrary addresses.
+For a given such CSR, addresses that cannot be stored are termed "invalid".
1195
+Some situations may appear to require that the CSR come to hold a capability with an invalid address:
1196
1197
* executing instructions, such as <<CSRRW>>
1198
* hardware updates to CSRs such as storing the <<pcc>> (which becomes capability A) into
0 commit comments