summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_ecall_replace.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-07lib: sbi: Allow custom local TLB flush functionAnup Patel1-7/+9
2021-01-07lib: sbi: Replace args with trap registers in ecall handlerAnup Patel1-27/+32
2020-12-01lib: sbi: Implement System Reset (SRST) SBI extensionAnup Patel1-0/+60
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel1-7/+12
2020-03-28include: sbi_timer: Remove scratch parameter from most funcitonsAnup Patel1-5/+2
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel1-2/+1
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel1-8/+7
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel1-9/+10
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-2/+2
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel1-32/+14
2020-01-22lib: Factor-out SBI replacement extensionsAnup Patel1-0/+146