aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_illegal_insn.c
AgeCommit message (Expand)Author
2021-07-11lib: sbi: Implement firmware countersAtish Patra
2020-08-21lib: sbi: Handle the case where MTVAL has illegal instruction addressAnup Patel
2020-06-08lib: Add RISC-V hypervisor v0.6.1 supportAnup Patel
2020-03-28lib: sbi_illegal_insn: Remove mcause, scratch and hartid parametersAnup Patel
2020-03-28lib: sbi_emulate_csr: Remove scratch and hartid parameterAnup Patel
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel
2019-12-16lib: Extend trap redirection for hypervisor v0.5 specAnup Patel
2019-11-21lib: Better naming of unpriv APIs for wider useAnup Patel
2019-11-21lib: No need to set VSSTATUS.MXR bit in get_insn()Anup Patel
2019-09-30lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSRAnup Patel
2019-09-30include: Extend get_insn() to read instruction from VS/VU modeAnup Patel
2019-09-30lib: Redirect WFI trapped from VS/VU mode to HS-modeAnup Patel
2019-08-13lib: Handle traps when doing unpriv load/store in get_insn()Anup Patel
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra