diff options
author | Andrew Waterman <andrew@sifive.com> | 2021-09-08 17:54:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 17:54:37 -0700 |
commit | 5a141642f7bf36ed0d2085de0ecc66ffbb41d909 (patch) | |
tree | 49eb372072d9e1e8d838fcf13c64f341043e011a /src/machine.tex | |
parent | 0abcad44c0b63e8f8aaf6d8f2dfac923f4312cb2 (diff) | |
parent | 5e685a6f166cbcf6790491681e2d8ad5c3788d9a (diff) | |
download | riscv-isa-manual-5a141642f7bf36ed0d2085de0ecc66ffbb41d909.zip riscv-isa-manual-5a141642f7bf36ed0d2085de0ecc66ffbb41d909.tar.gz riscv-isa-manual-5a141642f7bf36ed0d2085de0ecc66ffbb41d909.tar.bz2 |
Merge pull request #727 from riscv/mseccfg
Add mseccfg and *envcfg CSRs
Diffstat (limited to 'src/machine.tex')
-rw-r--r-- | src/machine.tex | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/src/machine.tex b/src/machine.tex index bad69d6..28c3dae 100644 --- a/src/machine.tex +++ b/src/machine.tex @@ -2306,6 +2306,163 @@ register that is programmed by the platform or by M-mode software towards the beginning of the boot process. \end{commentary} +\subsection{% + Machine Environment Configuration Registers + ({\tt menvcfg} and {\tt menvcfgh})% +} + +The {\tt menvcfg} CSR is an MXLEN-bit read/write register, +formatted for MXLEN=64 as shown in Figure~\ref{fig:menvcfg}, +that controls certain characteristics of the execution environment +for modes less privileged than M. + +\begin{figure}[h!] +{\footnotesize +\begin{center} +\begin{tabular}{c@{}Kcc@{}W@{}Wc} +\instbit{63} & +\instbitrange{62}{8} & +\instbit{7} & +\instbit{6} & +\instbitrange{5}{4} & +\instbitrange{3}{1} & +\instbit{0} \\ +\hline +\multicolumn{1}{|c|}{STCD} & +\multicolumn{1}{c|}{\wpri} & +\multicolumn{1}{c|}{CBZE} & +\multicolumn{1}{c|}{CBCFE} & +\multicolumn{1}{c|}{CBIE} & +\multicolumn{1}{c|}{\wpri} & +\multicolumn{1}{c|}{FIOM} \\ +\hline +1 & 55 & 1 & 1 & 2 & 3 & 1 \\ +\end{tabular} +\end{center} +} +\vspace{-0.1in} +\caption{Machine environment configuration register ({\tt menvcfg}) for MXLEN=64.} +\label{fig:menvcfg} +\end{figure} + +If bit FIOM (Fence of I/O implies Memory) is set to one in {\tt menvcfg}, +FENCE instructions executed in modes less privileged than M are modified so +the requirement to order accesses to device I/O implies also the requirement +to order main memory accesses. +Table~\ref{tab:menvcfg-FIOM} details the modified interpretation of +FENCE instruction bits PI, PO, SI, and SO for modes less privileged than M +when FIOM=1. + +Similarly, for modes less privileged than M when FIOM=1, +if an atomic instruction that accesses a region ordered as device I/O +has its {\em aq} and/or {\em rl} bit set, then that instruction is ordered +as though it accesses both device I/O and memory. + +If S-mode is not supported, or if {\tt satp}.MODE is hardwired to Bare, +the implementation may hardwire FIOM to zero. + +\begin{table}[h!] +\begin{center} +\begin{tabular}{|c|l|} +\hline +Instruction bit & Meaning when set \\ +\hline +PI & Predecessor device input and memory reads (PR implied) \\ +PO & Predecessor device output and memory writes (PW implied) \\ +\hline +SI & Successor device input and memory reads (SR implied) \\ +SO & Successor device output and memory writes (SW implied) \\ +\hline +\end{tabular} +\end{center} +\vspace{-0.1in} +\caption{% +Modified interpretation of FENCE predecessor and successor sets +for modes less privileged than M when FIOM=1.% +} +\label{tab:menvcfg-FIOM} +\end{table} + +\begin{commentary} +Bit FIOM is needed in {\tt menvcfg} so M-mode can emulate the +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 +forthcoming Sstc extension. +Its allocation within {\tt menvcfg} may change prior to the ratification +of that extension. + +The definition of the CBZE field will be furnished by the +forthcoming Zicboz extension. +Its allocation within {\tt menvcfg} may change prior to the ratification +of that extension. + +The definitions of the CBCFE and CBIE fields will be furnished by the +forthcoming Zicbom extension. +Their allocations within {\tt menvcfg} may change prior to the ratification +of that extension. + +When MXLEN=32, {\tt menvcfg} contains the same fields as bits 31:0 +of {\tt menvcfg} when MXLEN=64. +Additionally, when MXLEN=32, {\tt menvcfgh} is a 32-bit read/write register that +contains the same fields as bits 63:32 of {\tt menvcfg} when +MXLEN=64. +Register {\tt menvcfgh} does not exist when MXLEN=64. + +If U-mode is not supported, then registers {\tt menvcfg} and {\tt menvcfgh} do +not exist. + +\subsection{Machine Security Configuration Register ({\tt mseccfg})} +\label{sec:mseccfg} + +{\tt mseccfg} is an optional MXLEN-bit read/write register, formatted as shown +in Figure~\ref{fig:mseccfg}, that controls security features. + +When MXLEN=32 only, {\tt mseccfgh} is a 32-bit read/write register that +contains the same fields as {\tt mseccfg} bits 63:32 when MXLEN=64. + +\begin{figure*}[h!] +{\footnotesize +\begin{center} +\setlength{\tabcolsep}{4pt} +\begin{tabular}{MccFccc} +\instbitrange{XLEN-1}{10} & +\instbit{9} & +\instbit{8} & +\instbitrange{7}{3} & +\instbit{2} & +\instbit{1} & +\instbit{0} \\ +\hline +\multicolumn{1}{|c|}{\wpri} & +\multicolumn{1}{c|}{SSEED} & +\multicolumn{1}{c|}{USEED} & +\multicolumn{1}{c|}{\wpri} & +\multicolumn{1}{c|}{RLB} & +\multicolumn{1}{c|}{MMWP} & +\multicolumn{1}{c|}{MML} \\ +\hline +XLEN-10 & 1 & 1 & 5 & 1 & 1 & 1 \\ +\end{tabular} +\end{center} +} +\vspace{-0.1in} +\caption{Machine security configuration register ({\tt mseccfg}).} +\label{fig:mseccfg} +\end{figure*} + +The definitions of the SSEED and USEED fields will be furnished by the +forthcoming entropy-source extension, Zkr. +Their allocations within {\tt mseccfg} may change prior to the ratification +of that extension. + +The definitions of the RLB, MMWP, and MML fields will be furnished by the +forthcoming PMP-enhancement extension, Smepmp. +Their allocations within {\tt mseccfg} may change prior to the ratification +of that extension. + \section{Machine-Level Memory-Mapped Registers} \subsection{Machine Timer Registers ({\tt mtime} and {\tt mtimecmp})} |