Skip to content

Commit

Permalink
Add Svukte implementation note
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Oct 12, 2024
1 parent d023bef commit 9dab87c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/supervisor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2312,6 +2312,9 @@ independent of the faulting virtual address.

NOTE: An Svukte-qualified access to such an address raises an exception even
if the underlying PTE would have otherwise allowed the access.
Practical implementations of Svukte will raise these exceptions based upon the
effective address, without accessing the page tables or address-translation
caches.

NOTE: Since whether an instruction is Svukte-qualified depends on the _effective_
privilege mode of the access, even some instructions executed in HS-mode or M-mode
Expand Down

0 comments on commit 9dab87c

Please sign in to comment.