Searched refs:T_USER (Results 1 – 5 of 5) sorted by relevance
174 if (USERMODE(rp->r_tstate) || (type & T_USER)) { in trap()198 type |= T_USER; in trap()199 ASSERT((type == (T_SYS_RTT_PAGE | T_USER)) || in trap()200 (type == (T_SYS_RTT_ALIGN | T_USER)) || in trap()204 case T_WIN_OVERFLOW + T_USER: in trap()205 case T_WIN_UNDERFLOW + T_USER: in trap()206 case T_SYS_RTT_PAGE + T_USER: in trap()207 case T_DATA_MMU_MISS + T_USER: in trap()210 case T_INSTR_MMU_MISS + T_USER: in trap()262 case T_INSTR_MMU_MISS + T_USER: in trap()[all …]
92 #define T_USER 0x100 macro
127 #define T_USER 0x10000 macro
89 type &= ~T_USER; in showregs()
104 type &= ~T_USER; in showregs()