Skip to content

Commit

Permalink
Did spell checking of cheri-pte-ext chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
francislaus committed Dec 6, 2024
1 parent fa13a5f commit d376b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cheri-pte-ext.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ include::img/sv48pte.edn[]
[#sv57pte]
include::img/sv57pte.edn[]

NOTE: All behaviour related to {cheri_pte_ext_name} requires the authorizing capability to have
NOTE: All behavior related to {cheri_pte_ext_name} requires the authorizing capability to have
<<c_perm>>. If <<c_perm>> is _not_ granted then all capability load/stores and AMOs always clear
the tag and the behaviour in this section is not relevant.
the tag and the behavior in this section is not relevant.

The CW bit indicates whether reading or writing capabilities with the tag set to
the virtual page is permitted. When the CW bit is set, capabilities are written
Expand Down Expand Up @@ -157,7 +157,7 @@ bit value of the capability read. This will introduce additional traps during re
|===

^1^ The choice here is whether to take data dependent exceptions on loads or atomic operations.
It is legal for the implementation to fault even if the tag is not set since this behaviour is only an optimization for software.
It is legal for the implementation to fault even if the tag is not set since this behavior is only an optimization for software.
This means it is also legal to only check the tag under certain conditions and conservatively fault otherwise.

^2^ See <<section_hardware_pte_updates>>.
Expand Down

0 comments on commit d376b81

Please sign in to comment.