summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_trap.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-28lib: sbi_trap: Simplify sbi_trap_handler() APIAnup Patel1-4/+1
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel1-2/+1
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel1-0/+18
2019-12-16include: Extend struct sbi_trap_info for mtval2 and mtinstAnup Patel1-0/+4
2019-11-21lib: Better naming of unpriv APIs for wider useAnup Patel1-3/+15
2019-09-30lib: Extend sbi_trap_redirect() for hypervisor extensionAnup Patel1-1/+5
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-7/+4
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson1-0/+4
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel1-1/+73
2019-01-02include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.hAnup Patel1-0/+44
2018-12-31lib: Redirect illegal instruction trap to S-mode when not handledAnup Patel1-0/+4
2018-12-11Initial commit.Anup Patel1-0/+57