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
/
include
/
sbi
/
sbi_trap.h
Age
Commit message (
Expand
)
Author
2026-07-21
lib: sbi: Move trap delegation setup to sbi_trap.c
Anup Patel
2026-06-16
include: sbi: Add GET_RDS_NUM/SET(_FP32/_FP64)_RDS macros
Bo Gan
2026-06-16
include: sbi: Add sbi_regs_prev_xlen
Bo Gan
2026-05-09
firmware: Add RNMI handler infrastructure
Evgeny Voevodin
2025-07-22
include: sbi: Use array for struct sbi_trap_regs and GET/SET macros
Jessica Clarke
2025-02-12
include: sbi: Align SBI trap registers to a nice boundary
Raj Vishwanathan
2024-10-25
lib: sbi: factorize previous mode computation
Clément Léger
2024-10-25
lib: sbi: factorize previous virtualization mode read from regs
Clément Léger
2024-03-19
lib: sbi: Introduce trap context
Anup Patel
2024-03-19
lib: sbi: Remove sbi_trap_exit() and related code
Anup Patel
2024-03-19
lib: sbi: Remove epc from struct sbi_trap_info
Samuel Holland
2024-03-11
lib: sbi: change prototype of sbi_trap_redirect
Bo Gan
2022-09-13
lib: sbi_trap: Add helper to get GVA in sbi_trap_regs
Vivian Wang
2022-08-22
lib: sbi_trap: Save mstatus[h].GVA in trap->gva
Vivian Wang
2022-02-28
lib: sbi: Add a simple external interrupt handling framework
Anup Patel
2022-02-15
lib: sbi: Add sbi_trap_set_external_irqfn() API
Anup Patel
2021-04-01
firware: optimize the exception exit code
Xiang W
2021-03-22
include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
Marouene Boubakri
2021-01-15
include: sbi: No need to pack struct sbi_trap_regs
Anup Patel
2021-01-07
lib: sbi: Introduce sbi_trap_exit() API
Anup Patel
2020-03-28
lib: sbi_trap: Simplify sbi_trap_handler() API
Anup Patel
2020-03-28
lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()
Anup Patel
2020-03-28
lib: Optimize unpriv load/store implementation
Anup Patel
2019-12-16
include: Extend struct sbi_trap_info for mtval2 and mtinst
Anup Patel
2019-11-21
lib: Better naming of unpriv APIs for wider use
Anup Patel
2019-09-30
lib: Extend sbi_trap_redirect() for hypervisor extension
Anup Patel
2019-04-24
all: run clang-format and update checked-in files
Olof Johansson
2019-04-24
all: Annotate some tables to have clang-format leave them alone
Olof Johansson
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-16
include: Add documentation for sbi_trap_regs and friends
Anup Patel
2019-01-02
include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.h
Anup Patel
2018-12-31
lib: Redirect illegal instruction trap to S-mode when not handled
Anup Patel
2018-12-11
Initial commit.
Anup Patel