Home
last modified time | relevance | path

Searched refs:PF_ERR_USER (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/intel/ia32/sys/
H A Dtrap.h86 #define PF_ERR_USER 0x04 /* processor was in user mode */ macro
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dexception.s1113 andl $PF_ERR_USER, %eax
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c521 priv_violation = (errcode & PF_ERR_USER) && in trap()