Home
last modified time | relevance | path

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

/Linux-v5.15/arch/riscv/mm/
Dfault.c52 if (kfence_handle_page_fault(addr, regs->cause == EXC_STORE_PAGE_FAULT, regs)) in no_context()
195 case EXC_STORE_PAGE_FAULT: in access_error()
280 if (cause == EXC_STORE_PAGE_FAULT) in do_page_fault()
/Linux-v5.15/arch/riscv/include/asm/
Dcsr.h76 #define EXC_STORE_PAGE_FAULT 15 macro