Home
last modified time | relevance | path

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

/freebsd-12.1/sys/riscv/riscv/
H A Dtrap.c321 case EXCP_ILLEGAL_INSTRUCTION: in do_trap_supervisor()
372 case EXCP_ILLEGAL_INSTRUCTION: in do_trap_user()
/freebsd-12.1/sys/riscv/include/
H A Driscvreg.h44 #define EXCP_ILLEGAL_INSTRUCTION 2 macro