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

/freebsd-13-stable/sys/riscv/include/
H A Driscvreg.h40 #define SCAUSE_INTR (1ul << 63) macro
41 #define SCAUSE_CODE (~SCAUSE_INTR)
/freebsd-13-stable/sys/riscv/riscv/
H A Ddb_trace.c95 if ((tf->tf_scause & SCAUSE_INTR) != 0)
H A Dtrap.c278 if ((frame->tf_scause & SCAUSE_INTR) != 0) {
346 if ((frame->tf_scause & SCAUSE_INTR) != 0) {
H A Dintr_machdep.c161 KASSERT((frame->tf_scause & SCAUSE_INTR) != 0,

Completed in 133 milliseconds