HomeSort by: relevance | last modified time | path
    Searched refs:cpu_trap (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/riscv/include/
locore.h 148 void cpu_trap(struct trapframe */*tf*/, register_t /*epc*/,
  /src/sys/arch/riscv/riscv/
cpu_switch.S 321 call _C_LABEL(cpu_trap) // just call trap to handle it
392 call _C_LABEL(cpu_trap) // nope, just a regular trap
trap.c 575 cpu_trap(struct trapframe *tf, register_t epc, register_t status, function in typeref:typename:void

Completed in 52 milliseconds