Searched refs:EXC_INST_PAGE_FAULT (Results 1 – 4 of 4) sorted by relevance
181 case EXC_INST_PAGE_FAULT: in access_error()279 else if (cause == EXC_INST_PAGE_FAULT) in do_page_fault()
41 hedeleg |= (1UL << EXC_INST_PAGE_FAULT); in kvm_arch_hardware_enable()
97 trap->scause = EXC_INST_PAGE_FAULT; in kvm_riscv_vcpu_unpriv_read()
88 #define EXC_INST_PAGE_FAULT 12 macro