Searched refs:SCAUSE_CODE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/riscv/riscv/
H A Ddb_trace.c97 tf->tf_scause & SCAUSE_CODE);
100 tf->tf_scause & SCAUSE_CODE,
H A Dtrap.c238 frame->tf_scause & SCAUSE_CODE);
259 handled = kdb_trap(frame->tf_scause & SCAUSE_CODE, 0, frame);
277 exception = frame->tf_scause & SCAUSE_CODE;
345 exception = frame->tf_scause & SCAUSE_CODE;
H A Dintr_machdep.c164 active_irq = frame->tf_scause & SCAUSE_CODE;
/freebsd-13-stable/sys/riscv/include/
H A Driscvreg.h41 #define SCAUSE_CODE (~SCAUSE_INTR) macro

Completed in 53 milliseconds