Home
last modified time | relevance | path

Searched refs:sepc (Results 1 – 6 of 6) sorted by relevance

/libcpu/risc-v/common64/
A Dtrap.c157 void handle_user(rt_ubase_t scause, rt_ubase_t stval, rt_ubase_t sepc, in handle_user() argument
227 LOG_E("scause:%p,stval:%p,sepc:%p\n", scause, stval, sepc); in handle_user()
231 struct rt_hw_backtrace_frame frame = {.fp = sp->s0_fp, .pc = sepc}; in handle_user()
295 void handle_trap(rt_ubase_t scause, rt_ubase_t stval, rt_ubase_t sepc, in handle_trap() argument
345 handle_user(scause, stval, sepc, sp); in handle_trap()
357 CHECK_NESTED_PANIC(scause, stval, sepc, sp); in handle_trap()
359 rt_kprintf("scause:%p,stval:%p,sepc:%p\n", scause, stval, sepc); in handle_trap()
367 struct rt_hw_backtrace_frame frame = {.fp = sp->s0_fp, .pc = sepc}; in handle_trap()
A Dinterrupt_gcc.S57 csrr a2, sepc
A Dcontext_gcc.S68 csrw sepc, ra
A Dstackframe.h85 csrr x1, sepc
256 csrw sepc, x1
A Dencoding.h1182 DECLARE_CSR(sepc, CSR_SEPC)
/libcpu/risc-v/rv64/
A Dencoding.h1165 DECLARE_CSR(sepc, CSR_SEPC)

Completed in 734 milliseconds