summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_misaligned_ldst.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-13lib: sbi_misaligned_ldst: Set GVA if not emulatingVivian Wang1-2/+2
2022-08-22lib: sbi: Set gva when creating sbi_trap_infoVivian Wang1-0/+2
2022-06-21lib: sbi: Fixup tinst for exceptions in sbi_misaligned_*()dramforever1-0/+16
2021-07-11lib: sbi: Implement firmware countersAtish Patra1-0/+5
2020-12-24lib: sbi: Fix sign-extension in sbi_misaligned_load_handler()Anup Patel1-1/+1
2020-08-04lib: sbi_misaligned_ldst: Determine transformed instruction length correctlyAnup Patel1-4/+8
2020-03-28lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parametersAnup Patel1-10/+6
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel1-6/+6
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel1-4/+4
2020-03-13lib: sbi: Fix misaligned trap handlingDamien Le Moal1-4/+0
2019-12-16lib: Use MTINST CSR in misaligned load/store emulationAnup Patel1-8/+34
2019-12-16lib: Extend trap redirection for hypervisor v0.5 specAnup Patel1-2/+6
2019-11-21lib: Better naming of unpriv APIs for wider useAnup Patel1-27/+37
2019-11-21lib: No need to set VSSTATUS.MXR bit in get_insn()Anup Patel1-12/+2
2019-09-30include: Extend get_insn() to read instruction from VS/VU modeAnup Patel1-2/+12
2019-08-13lib: Handle traps when doing unpriv load/store in get_insn()Anup Patel1-12/+16
2019-07-26lib: Allow compiling without FP supportAnup Patel1-2/+14
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-0/+191