Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address issue 106 #107

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading