Home
last modified time | relevance | path

Searched refs:SCAUSE_ILLEGAL_INSTRUCTION (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dtrap.c367 case SCAUSE_ILLEGAL_INSTRUCTION: in do_trap_supervisor()
435 case SCAUSE_ILLEGAL_INSTRUCTION: in do_trap_user()
/freebsd/sys/riscv/include/
H A Driscvreg.h42 #define SCAUSE_ILLEGAL_INSTRUCTION 2 macro