Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dfault.c175 case EXC_STORE_PAGE_FAULT: in access_error()
238 if (cause == EXC_STORE_PAGE_FAULT) in do_page_fault()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcsr.h70 #define EXC_STORE_PAGE_FAULT 15 macro