%======================================================================= % riscv-privileged.tex %----------------------------------------------------------------------- \documentclass[twoside,11pt]{book} \input{preamble} \newcommand{\privrev}{1.9.2-draft} \begin{document} \title{{\vspace{-0.7in}\Large {\bf The RISC-V Instruction Set Manual}} \\ \large {\bf Volume II: Privileged Architecture} \\ Privileged Architecture Version \privrev \\ Document Version \privrev \\ {\bf Warning! This draft specification will change before being accepted as standard by the RISC-V Foundation, so implementations made to this draft specification will likely not conform to the future standard.} \vspace{-0.1in}} \author{Andrew Waterman$^{1}$, Yunsup Lee$^{1}$, Rimas Avi\v{z}ienis$^{2}$, David Patterson$^{2}$, Krste Asanovi\'{c}$^{1,2}$ \\ $^{1}$SiFive Inc., \\ $^{2}$CS Division, EECS Department, University of California, Berkeley \\ {\tt \{andrew|yunsup\}@sifive.com, \{rimas|pattrsn|krste\}@eecs.berkeley.edu} \\ \today \\ \\ An earlier version of this document is also available as Technical Report \href{http://www.eecs.berkeley.edu/Pubs/TechRpts/2016/EECS-2016-161.html} {\color{blue} UCB/EECS-2016-161}. \\ } \date{} \maketitle \markboth{\privrev: Volume II: RISC-V Privileged Architectures} {Copyright (c) 2010--2016, The Regents of the University of California. All rights reserved.} \thispagestyle{empty} \frontmatter \input{priv-preface} \tableofcontents \mainmatter \input{priv-intro} \input{priv-csrs} \input{machine} \input{supervisor} \input{hypervisor} \input{priv-insns} \input{plic} \input{cfgstr} \input{sbi} \input{priv-history} \bibliographystyle{plain} \bibliography{riscv-spec} \end{document}