index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbi
/
sbi_misaligned_ldst.c
Age
Commit message (
Expand
)
Author
2022-09-13
lib: sbi_misaligned_ldst: Set GVA if not emulating
Vivian Wang
2022-08-22
lib: sbi: Set gva when creating sbi_trap_info
Vivian Wang
2022-06-21
lib: sbi: Fixup tinst for exceptions in sbi_misaligned_*()
dramforever
2021-07-11
lib: sbi: Implement firmware counters
Atish Patra
2020-12-24
lib: sbi: Fix sign-extension in sbi_misaligned_load_handler()
Anup Patel
2020-08-04
lib: sbi_misaligned_ldst: Determine transformed instruction length correctly
Anup Patel
2020-03-28
lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parameters
Anup Patel
2020-03-28
lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()
Anup Patel
2020-03-28
lib: Remove scratch parameter from unpriv load/store functions
Anup Patel
2020-03-13
lib: sbi: Fix misaligned trap handling
Damien Le Moal
2019-12-16
lib: Use MTINST CSR in misaligned load/store emulation
Anup Patel
2019-12-16
lib: Extend trap redirection for hypervisor v0.5 spec
Anup Patel
2019-11-21
lib: Better naming of unpriv APIs for wider use
Anup Patel
2019-11-21
lib: No need to set VSSTATUS.MXR bit in get_insn()
Anup Patel
2019-09-30
include: Extend get_insn() to read instruction from VS/VU mode
Anup Patel
2019-08-13
lib: Handle traps when doing unpriv load/store in get_insn()
Anup Patel
2019-07-26
lib: Allow compiling without FP support
Anup Patel
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra