Lines Matching defs:USER
105 #define USER 0x10000 /* user-mode flag added to trap type */
211 ti.trap_type = type & ~USER;
556 type |= USER;
561 case T_PGFLT + USER:
580 case T_PGFLT + USER:
582 case T_SGLSTP + USER:
583 case T_BPTFLT + USER:
598 if (type & USER) {
602 type & ~USER);
606 siginfo.si_trapno = type & ~USER;
766 case T_PGFLT + USER: /* user page fault */
945 case T_ILLINST + USER: /* invalid opcode fault */
979 case T_ZERODIV + USER: /* integer divide by zero */
988 case T_OVFLW + USER: /* integer overflow */
997 case T_NOEXTFLT + USER: /* math coprocessor not available */
1016 type |= USER;
1019 case T_EXTOVRFLT + USER: /* extension overrun fault */
1038 type |= USER;
1042 case T_EXTERRFLT + USER: /* x87 floating point exception pending */
1053 case T_SIMDFPE + USER: /* SSE and SSE2 exceptions */
1066 siginfo.si_trapno = type & ~USER;
1156 case T_NMIFLT + USER: /* NMI interrupt */
1255 case T_SEGFLT + USER: /* segment not present fault */
1256 case T_GPFLT + USER: /* general protection violation */
1261 if (type == T_SEGFLT + USER)
1264 if ((p->p_ldt == NULL && type == T_GPFLT + USER) ||
1265 type == T_SEGFLT + USER) {
1312 case T_BOUNDFLT + USER: /* bound fault */
1313 case T_STKFLT + USER: /* stack fault */
1314 case T_TSSFLT + USER: /* invalid TSS fault */
1323 case T_ALIGNMENT + USER: /* user alignment error (486) */
1333 case T_SGLSTP + USER: /* single step/hw breakpoint exception */
1360 case T_BPTFLT + USER: /* breakpoint trap */
1388 case T_AST + USER: /* profiling, resched, h/w error pseudo trap */
1421 ASSERT(type & USER);
1543 ASSERT(type & USER);
1577 ASSERT(!(type & USER));
1701 type &= ~USER;