summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_trap.h
AgeCommit message (Expand)Author
2026-07-21lib: sbi: Move trap delegation setup to sbi_trap.cAnup Patel
2026-06-16include: sbi: Add GET_RDS_NUM/SET(_FP32/_FP64)_RDS macrosBo Gan
2026-06-16include: sbi: Add sbi_regs_prev_xlenBo Gan
2026-05-09firmware: Add RNMI handler infrastructureEvgeny Voevodin
2025-07-22include: sbi: Use array for struct sbi_trap_regs and GET/SET macrosJessica Clarke
2025-02-12include: sbi: Align SBI trap registers to a nice boundaryRaj Vishwanathan
2024-10-25lib: sbi: factorize previous mode computationClément Léger
2024-10-25lib: sbi: factorize previous virtualization mode read from regsClément Léger
2024-03-19lib: sbi: Introduce trap contextAnup Patel
2024-03-19lib: sbi: Remove sbi_trap_exit() and related codeAnup Patel
2024-03-19lib: sbi: Remove epc from struct sbi_trap_infoSamuel Holland
2024-03-11lib: sbi: change prototype of sbi_trap_redirectBo Gan
2022-09-13lib: sbi_trap: Add helper to get GVA in sbi_trap_regsVivian Wang
2022-08-22lib: sbi_trap: Save mstatus[h].GVA in trap->gvaVivian Wang
2022-02-28lib: sbi: Add a simple external interrupt handling frameworkAnup Patel
2022-02-15lib: sbi: Add sbi_trap_set_external_irqfn() APIAnup Patel
2021-04-01firware: optimize the exception exit codeXiang W
2021-03-22include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__Marouene Boubakri
2021-01-15include: sbi: No need to pack struct sbi_trap_regsAnup Patel
2021-01-07lib: sbi: Introduce sbi_trap_exit() APIAnup Patel
2020-03-28lib: sbi_trap: Simplify sbi_trap_handler() APIAnup Patel
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel
2019-12-16include: Extend struct sbi_trap_info for mtval2 and mtinstAnup Patel
2019-11-21lib: Better naming of unpriv APIs for wider useAnup Patel
2019-09-30lib: Extend sbi_trap_redirect() for hypervisor extensionAnup Patel
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel
2019-01-02include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.hAnup Patel
2018-12-31lib: Redirect illegal instruction trap to S-mode when not handledAnup Patel
2018-12-11Initial commit.Anup Patel