summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/csr.h
Commit message (Collapse)AuthorAge
* riscv: rename sptbr to satpChristoph Hellwig2018-01-30
| | | | | | | | | | satp is the name used by the current privileged spec 1.10, use it instead of the old name. The most recent release binutils release (2.29) doesn't know about the satp name yet, so stick to the name from the previous privileged ISA release and comment on the fact. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
* riscv: rename SR_* constants to match the specChristoph Hellwig2018-01-07
| | | | | Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
* RISC-V: Generic library routines and assemblyPalmer Dabbelt2017-09-26
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>