diff options
author | Daniel Lustig <dlustig@nvidia.com> | 2021-11-02 11:12:57 -0400 |
---|---|---|
committer | Daniel Lustig <dlustig@nvidia.com> | 2021-11-02 11:13:14 -0400 |
commit | 5e8d2db74b524d47e68fd03fbe07d5768b25f018 (patch) | |
tree | 4dac4a4889e2a88fe1da093c6efe7162db50fd74 /src/machine.tex | |
parent | 350e962c5109b80ceab414c305e37b9cc88f28b7 (diff) | |
download | riscv-isa-manual-5e8d2db74b524d47e68fd03fbe07d5768b25f018.zip riscv-isa-manual-5e8d2db74b524d47e68fd03fbe07d5768b25f018.tar.gz riscv-isa-manual-5e8d2db74b524d47e68fd03fbe07d5768b25f018.tar.bz2 |
Add the Svinval standard extension
Diffstat (limited to 'src/machine.tex')
-rw-r--r-- | src/machine.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/machine.tex b/src/machine.tex index 1453b2e..e415f95 100644 --- a/src/machine.tex +++ b/src/machine.tex @@ -815,8 +815,8 @@ example by swapping byte order after loads and before stores. The TVM (Trap Virtual Memory) bit is a \warl\ field that supports intercepting supervisor virtual-memory management operations. When TVM=1, -attempts to read or write the {\tt satp} CSR or execute the SFENCE.VMA -instruction while executing in S-mode will raise an illegal instruction +attempts to read or write the {\tt satp} CSR or execute an SFENCE.VMA or +SINVAL.VMA instruction while executing in S-mode will raise an illegal instruction exception. When TVM=0, these operations are permitted in S-mode. TVM is hard-wired to 0 when S-mode is not supported. @@ -826,8 +826,8 @@ operating systems to execute in S-mode, rather than classically virtualizing them in U-mode. This approach obviates the need to trap accesses to most S-mode CSRs. -Trapping {\tt satp} accesses and the SFENCE.VMA instruction provides the -hooks necessary to lazily populate shadow page tables. +Trapping {\tt satp} accesses and the SFENCE.VMA and SINVAL.VMA instructions +provides the hooks necessary to lazily populate shadow page tables. \end{commentary} The TW (Timeout Wait) bit is a \warl\ field that supports intercepting the WFI |