Lines Matching refs: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;
751 case T_PGFLT + USER: /* user page fault */
930 case T_ILLINST + USER: /* invalid opcode fault */
964 case T_ZERODIV + USER: /* integer divide by zero */
973 case T_OVFLW + USER: /* integer overflow */
982 case T_NOEXTFLT + USER: /* math coprocessor not available */
1001 type |= USER;
1004 case T_EXTOVRFLT + USER: /* extension overrun fault */
1023 type |= USER;
1027 case T_EXTERRFLT + USER: /* x87 floating point exception pending */
1038 case T_SIMDFPE + USER: /* SSE and SSE2 exceptions */
1051 siginfo.si_trapno = type & ~USER;
1141 case T_NMIFLT + USER: /* NMI interrupt */
1240 case T_SEGFLT + USER: /* segment not present fault */
1241 case T_GPFLT + USER: /* general protection violation */
1246 if (type == T_SEGFLT + USER)
1249 if ((p->p_ldt == NULL && type == T_GPFLT + USER) ||
1250 type == T_SEGFLT + USER) {
1297 case T_BOUNDFLT + USER: /* bound fault */
1298 case T_STKFLT + USER: /* stack fault */
1299 case T_TSSFLT + USER: /* invalid TSS fault */
1308 case T_ALIGNMENT + USER: /* user alignment error (486) */
1318 case T_SGLSTP + USER: /* single step/hw breakpoint exception */
1345 case T_BPTFLT + USER: /* breakpoint trap */
1373 case T_AST + USER: /* profiling, resched, h/w error pseudo trap */
1406 ASSERT(type & USER);
1517 ASSERT(type & USER);
1551 ASSERT(!(type & USER));
1675 type &= ~USER;