aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-09-11 01:11:18 -0700
committerAndrew Waterman <andrew@sifive.com>2021-09-11 01:11:18 -0700
commitf864c377eb9d576f66d1c641bb389623033f7c9a (patch)
tree22947674286828693fe285fa36213d180bb9e7c1
parent01069ac96b90bdc330fc4471945639a54e3b3b69 (diff)
downloadriscv-isa-manual-f864c377eb9d576f66d1c641bb389623033f7c9a.zip
riscv-isa-manual-f864c377eb9d576f66d1c641bb389623033f7c9a.tar.gz
riscv-isa-manual-f864c377eb9d576f66d1c641bb389623033f7c9a.tar.bz2
Rename STCE to STCD to reverse its polarity
-rw-r--r--src/hypervisor.tex4
-rw-r--r--src/machine.tex4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/hypervisor.tex b/src/hypervisor.tex
index 0e4a595..d53441e 100644
--- a/src/hypervisor.tex
+++ b/src/hypervisor.tex
@@ -832,7 +832,7 @@ V=1.
\instbitrange{3}{1} &
\instbit{0} \\
\hline
-\multicolumn{1}{|c|}{VSTCD} &
+\multicolumn{1}{|c|}{VSTCE} &
\multicolumn{1}{c|}{\wpri} &
\multicolumn{1}{c|}{CBZE} &
\multicolumn{1}{c|}{CBCFE} &
@@ -883,7 +883,7 @@ FIOM=1 and virtualization mode V=1.%
\label{tab:henvcfg-FIOM}
\end{table}
-The definition of the VSTCD field will be furnished by the
+The definition of the VSTCE field will be furnished by the
forthcoming Sstc extension.
Its allocation within {\tt henvcfg} may change prior to the ratification
of that extension.
diff --git a/src/machine.tex b/src/machine.tex
index adf9657..fece762 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -2312,7 +2312,7 @@ for modes less privileged than M.
\instbitrange{3}{1} &
\instbit{0} \\
\hline
-\multicolumn{1}{|c|}{STCD} &
+\multicolumn{1}{|c|}{STCE} &
\multicolumn{1}{c|}{\wpri} &
\multicolumn{1}{c|}{CBZE} &
\multicolumn{1}{c|}{CBCFE} &
@@ -2373,7 +2373,7 @@ hypervisor extension of Chapter~\ref{hypervisor}, which has an
equivalent FIOM bit in the hypervisor CSR {\tt henvcfg}.
\end{commentary}
-The definition of the STCD field will be furnished by the
+The definition of the STCE field will be furnished by the
forthcoming Sstc extension.
Its allocation within {\tt menvcfg} may change prior to the ratification
of that extension.