Home
last modified time | relevance | path

Searched refs:SCAUSE_INST_PAGE_FAULT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dtrap.c264 } else if (frame->tf_scause == SCAUSE_INST_PAGE_FAULT) { in page_fault_handler()
351 case SCAUSE_INST_PAGE_FAULT: in do_trap_supervisor()
428 case SCAUSE_INST_PAGE_FAULT: in do_trap_user()
/freebsd/sys/riscv/include/
H A Driscvreg.h50 #define SCAUSE_INST_PAGE_FAULT 12 macro
/freebsd/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c207 case SCAUSE_INST_PAGE_FAULT: in dtrace_trap()