Skip to content

Commit

Permalink
Specify that the supervisor physical address is divided by 4 KiB (#1177)
Browse files Browse the repository at this point in the history
It appears that during the conversion from Latex to asciidoc, the 4 KiB
divisor for the satp description was dropped. This commit brings it back.

Signed-off-by: Charlie Jenkins <[email protected]>
  • Loading branch information
charlie-rivos authored Dec 19, 2023
1 parent 86b685a commit 55ac48d
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 @@ -669,7 +669,7 @@ shown in <<rv32satp>> for SXLEN=32 and
<<rv64satp>> for SXLEN=64, which controls
supervisor-mode address translation and protection. This register holds
the physical page number (PPN) of the root page table, i.e., its
supervisor physical address divided by ; an address space identifier
supervisor physical address divided by 4 KiB; an address space identifier
(ASID), which facilitates address-translation fences on a
per-address-space basis; and the MODE field, which selects the current
address-translation scheme. Further details on the access to this
Expand Down

0 comments on commit 55ac48d

Please sign in to comment.