Skip to content

Commit

Permalink
update post review
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine Linarès <[email protected]>
  • Loading branch information
kacouane committed Nov 27, 2024
1 parent 3c62c03 commit f645d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supervisor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ __a__=__pte__.__ppn__×PAGESIZE and go to step 2.

. Determine if the requested memory access is allowed by the _pte_._u_ bit, given the current privilege mode and the value of the SUM and MXR fields of the *mstatus* register. If not, stop and raise a page-fault exception corresponding to the original access type.

. Determine if the requested memory access is allowed by the _pte_._r_, _pte_._w_, and _pte_._x_ bits, given Shadow Stack Memory Protection. If not, stop and raise an access exception.
. Determine if the requested memory access is allowed by the _pte_._r_, _pte_._w_, and _pte_._x_ bits, given the Shadow Stack Memory Protection rules. If not, stop and raise an access-fault exception.

. Determine if the requested memory access is allowed by the _pte_._r_, _pte_._w_, and _pte_._x_ bits. If not, stop and raise a page-fault exception corresponding to the original access type.

Expand Down

0 comments on commit f645d24

Please sign in to comment.