Searched refs:PF_ERR_WRITE (Results 1 – 2 of 2) sorted by relevance
85 #define PF_ERR_WRITE 0x02 /* fault caused by write (else read) */ macro
499 if (errcode & PF_ERR_WRITE) in trap()523 access_violation = (errcode & PF_ERR_WRITE) && in trap()