Home
last modified time | relevance | path

Searched refs:trap_entry (Results 1 – 4 of 4) sorted by relevance

/libcpu/risc-v/common64/
A Dinterrupt_gcc.S21 .global trap_entry
23 trap_entry: label
A Dstartup_gcc.S42 la t0, trap_entry
121 la t0, trap_entry
/libcpu/risc-v/common/
A Dreadme.md172 call trap_entry// 调用中断处理函数
179 trap_entry为用户实现的中断源查询分发的函数,在移植时仅需要将该函数名修改为用户的中断查询分发函数即可。
A Dinterrupt_gcc.S215 .section .text.trap_entry
217 .weak trap_entry
218 .global trap_entry
219 trap_entry: label

Completed in 3 milliseconds