Home
last modified time | relevance | path

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

/linux-6.6.21/arch/riscv/mm/
Dfault.c196 case EXC_INST_PAGE_FAULT: in access_error()
284 else if (cause == EXC_INST_PAGE_FAULT) in handle_page_fault()
/linux-6.6.21/arch/riscv/kvm/
Dmain.c31 hedeleg |= (1UL << EXC_INST_PAGE_FAULT); in kvm_arch_hardware_enable()
Dvcpu_exit.c97 trap->scause = EXC_INST_PAGE_FAULT; in kvm_riscv_vcpu_unpriv_read()
/linux-6.6.21/arch/riscv/include/asm/
Dcsr.h102 #define EXC_INST_PAGE_FAULT 12 macro