Skip to content

Commit 90f05f7

Browse files
authored
Add NOTE that only G-stage PBMTs apply to VS-stage PTE accesses (riscv#1688)
1 parent ef2ec9d commit 90f05f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/supervisor.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,6 +2130,11 @@ bits override the intermediate attributes to produce the final set of
21302130
attributes used by accesses to the page in question. Otherwise, the
21312131
intermediate attributes are used as the final set of attributes.
21322132

2133+
NOTE: These final attributes apply to implicit and explicit accesses that
2134+
are subject to both stages of address translation.
2135+
For accesses that are not subject to the first stage of address translation,
2136+
e.g. VS-stage page-table accesses, the intermediate attributes apply instead.
2137+
21332138
[[svinval]]
21342139
== "Svinval" Extension for Fine-Grained Address-Translation Cache Invalidation, Version 1.0
21352140

0 commit comments

Comments
 (0)