Searched refs:PF_ERR_USER (Results 1 – 3 of 3) sorted by relevance
86 #define PF_ERR_USER 0x04 /* processor was in user mode */ macro
1113 andl $PF_ERR_USER, %eax
521 priv_violation = (errcode & PF_ERR_USER) && in trap()