summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_illegal_insn.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-28lib: sbi_illegal_insn: Remove mcause, scratch and hartid parametersAnup Patel1-23/+11
2020-03-28lib: sbi_emulate_csr: Remove scratch and hartid parameterAnup Patel1-3/+2
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel1-3/+2
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel1-1/+1
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel1-1/+1
2019-12-16lib: Extend trap redirection for hypervisor v0.5 specAnup Patel1-2/+3
2019-11-21lib: Better naming of unpriv APIs for wider useAnup Patel1-9/+17
2019-11-21lib: No need to set VSSTATUS.MXR bit in get_insn()Anup Patel1-6/+1
2019-09-30lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSRAnup Patel1-3/+2
2019-09-30include: Extend get_insn() to read instruction from VS/VU modeAnup Patel1-2/+7
2019-09-30lib: Redirect WFI trapped from VS/VU mode to HS-modeAnup Patel1-3/+17
2019-08-13lib: Handle traps when doing unpriv load/store in get_insn()Anup Patel1-2/+7
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-0/+131