Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Ddb_machdep.h42 #define T_BREAKPOINT (SCAUSE_BREAKPOINT)
H A Driscvreg.h43 #define SCAUSE_BREAKPOINT 3 macro
/freebsd/sys/riscv/riscv/
H A Dtrap.c354 case SCAUSE_BREAKPOINT: in do_trap_supervisor()
451 case SCAUSE_BREAKPOINT: in do_trap_user()
H A Dgdb_machdep.c131 if (type == SCAUSE_BREAKPOINT) in gdb_cpu_signal()