Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/mm/
H A Dfault.c53 if (kfence_handle_page_fault(addr, regs->cause == EXC_STORE_PAGE_FAULT, regs)) in no_context()
208 case EXC_STORE_PAGE_FAULT: in access_error()
283 if (cause == EXC_STORE_PAGE_FAULT) in handle_page_fault()
/openbmc/linux/arch/riscv/kvm/
H A Dmain.c33 hedeleg |= (1UL << EXC_STORE_PAGE_FAULT); in kvm_arch_hardware_enable()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dcsr.h60 #define EXC_STORE_PAGE_FAULT 15 macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcsr.h104 #define EXC_STORE_PAGE_FAULT 15 macro