summaryrefslogtreecommitdiff
path: root/target/riscv/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-06RISC-V: No traps on writes to misa,minstret,mcycleMichael Clark1-12/+13
2018-05-06RISC-V: Make mtvec/stvec ignore vectored trapsMichael Clark1-6/+8
2018-05-06RISC-V: Add mcycle/minstret support for -icount autoMichael Clark1-2/+26
2018-05-06RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10Michael Clark1-14/+48
2018-05-06RISC-V: Allow S-mode mxr access when priv ISA >= v1.10Michael Clark1-2/+5
2018-05-06RISC-V: Hardwire satp to 0 for no-mmu caseMichael Clark1-2/+5
2018-03-29RISC-V: Workaround for critical mstatus.FS bugMichael Clark1-2/+15
2018-03-07RISC-V CPU HelpersMichael Clark1-0/+669