Lines Matching refs:errcode
474 faultcode_t pagefault(), res, errcode; in trap()
498 errcode = rp->r_err; in trap()
499 if (errcode & PF_ERR_WRITE) in trap()
502 (mmu.pt_nx != 0 && (errcode & PF_ERR_EXEC))) in trap()
511 if ((errcode & PF_ERR_PROT) && pentiumpro_bug4046376) { in trap()
519 errcode &= ~PF_ERR_PROT; in trap()
521 priv_violation = (errcode & PF_ERR_USER) && in trap()
523 access_violation = (errcode & PF_ERR_WRITE) && in trap()
636 if (errcode & PF_ERR_EXEC) { in trap()
657 (errcode & PF_ERR_PROT)? F_PROT: F_INVAL, rw, 0); in trap()
664 (errcode & PF_ERR_PROT)? F_PROT: F_INVAL, rw, 1); in trap()
770 fault_str, (uintptr_t)addr, errcode); in trap()
825 fault_type = (errcode & PF_ERR_PROT)? F_PROT: F_INVAL; in trap()
869 (mmu.pt_nx != 0 && (errcode & PF_ERR_EXEC))) { in trap()