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_illegal_insn.c
Age
Commit message (
Expand
)
Author
2025-05-20
lib: Emulate AMO instructions when Zaamo is not available
Chao-ying Fu
2024-10-25
lib: sbi: factorize previous mode computation
Clément Léger
2024-08-23
lib: sbi: Enhance CSR Handling in system_opcode_insn
Dongdong Zhang
2024-03-19
lib: sbi: Simplify parameters of sbi_illegal_insn_handler()
Anup Patel
2024-03-19
lib: sbi: Remove epc from struct sbi_trap_info
Samuel Holland
2023-05-11
lib: sbi: Remove unnecessary semicolon
Xiang W
2022-08-22
lib: sbi_illegal_insn: Fix FENCE.TSO emulation infinite trap loop
Rahul Pathak
2022-08-22
lib: sbi: Set gva when creating sbi_trap_info
Vivian Wang
2022-06-01
lib: sbi_illegal_insn: Add emulation for fence.tso
Samuel Holland
2022-05-30
lib: sbi_illegal_insn: Constify illegal_insn_table
Samuel Holland
2022-05-30
lib: sbi: fix system_opcode_insn
Xiang W
2021-07-11
lib: sbi: Implement firmware counters
Atish Patra
2020-08-21
lib: sbi: Handle the case where MTVAL has illegal instruction address
Anup Patel
2020-06-08
lib: Add RISC-V hypervisor v0.6.1 support
Anup Patel
2020-03-28
lib: sbi_illegal_insn: Remove mcause, scratch and hartid parameters
Anup Patel
2020-03-28
lib: sbi_emulate_csr: Remove scratch and hartid parameter
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-08
include: Move bits related defines and macros to sbi_bitops.h
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
lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSR
Anup Patel
2019-09-30
include: Extend get_insn() to read instruction from VS/VU mode
Anup Patel
2019-09-30
lib: Redirect WFI trapped from VS/VU mode to HS-mode
Anup Patel
2019-08-13
lib: Handle traps when doing unpriv load/store in get_insn()
Anup Patel
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra