Skip to content

Commit

Permalink
Merge pull request #107 from riscv/issue/106
Browse files Browse the repository at this point in the history
address issue 106
  • Loading branch information
rsahita authored Oct 29, 2024
2 parents bdf0e78 + 89a0f3a commit 8879b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ MPT access-permissions for a physical address PA in the context of a
supervisor domain are ascertained as follows:

1. Let _a_ be `mmpt.ppn` x PAGESIZE, and let _i_ = LEVELS, where for mode
`Smmpt34`, LEVELS = 2 and for `Smmpt[46 | 56]`, LEVELS = 3; PAGESIZE
`Smmpt[34 | 46]`, LEVELS = 2 and for `Smmpt56`, LEVELS = 3; PAGESIZE
is 2^12^; MPT_PTE_SIZE = 8 bytes (for RV32, MPT_PTE_SIZE = 4 bytes). The `mmpt`
register must be active, i.e., the effective privilege mode must not be M-mode.

Expand Down

0 comments on commit 8879b1a

Please sign in to comment.