Home
last modified time | relevance | path

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

/openbsd/sys/arch/riscv64/riscv64/
H A Dtrap.c87 case EXCP_FAULT_STORE: in do_trap_supervisor()
140 case EXCP_FAULT_STORE: in do_trap_user()
177 if ((frame->tf_scause == EXCP_FAULT_STORE) || in accesstype()
/openbsd/sys/arch/riscv64/include/
H A Driscvreg.h53 #define EXCP_FAULT_STORE 7 macro