Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/riscv64/riscv64/
Dtrap.c144 case EXCP_INST_PAGE_FAULT: in do_trap_user()
180 } else if (frame->tf_scause == EXCP_INST_PAGE_FAULT) { in accesstype()
/openbsd/src/sys/arch/riscv64/include/
Driscvreg.h58 #define EXCP_INST_PAGE_FAULT 12 macro