Lines Matching refs:cause
72 /* User mode accesses just cause a SIGSEGV */
91 /* User mode accesses just cause a SIGSEGV */
161 static inline bool access_error(unsigned long cause, struct vm_area_struct *vma)
163 switch (cause) {
181 panic("%s: unhandled cause %lu", __func__, cause);
195 unsigned long addr, cause;
200 cause = regs->cause;
251 if (cause == EXC_STORE_PAGE_FAULT)
253 else if (cause == EXC_INST_PAGE_FAULT)
280 if (unlikely(access_error(cause, vma))) {