Searched refs:T_USER (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/mips/mips/
H A Dgdb_machdep.c160 case T_TLB_MOD+T_USER:
163 case T_TLB_LD_MISS+T_USER:
164 case T_TLB_ST_MISS+T_USER:
168 case T_ADDR_ERR_LD+T_USER: /* misaligned or kseg access */
169 case T_ADDR_ERR_ST+T_USER: /* misaligned or kseg access */
170 case T_BUS_ERR_IFETCH+T_USER: /* BERR asserted to CPU */
171 case T_BUS_ERR_LD_ST+T_USER: /* BERR asserted to CPU */
175 case T_BREAK+T_USER:
178 case T_RES_INST+T_USER:
179 case T_COP_UNUSABLE+T_USER
[all...]
H A Dtrap.c535 type |= T_USER;
561 trap_type[type & (~T_USER)]);
563 if (type & T_USER)
577 switch (type & ~T_USER) {
593 ((type & ~T_USER) != T_SYSCALL)) {
646 case T_TLB_MOD + T_USER:
694 case T_TLB_LD_MISS + T_USER:
698 case T_TLB_ST_MISS + T_USER:
765 case T_ADDR_ERR_LD + T_USER: /* misaligned or kseg access */
766 case T_ADDR_ERR_ST + T_USER
[all...]
/freebsd-10.1-release/sys/x86/include/
H A Dtrap.h92 #define T_USER 0x100 macro
/freebsd-10.1-release/sys/i386/i386/
H A Dgdb_machdep.c85 switch (type & ~T_USER) {
/freebsd-10.1-release/sys/mips/include/
H A Dtrap.h72 #define T_USER 0x20 /* user-mode flag or'ed with type */ macro
/freebsd-10.1-release/sys/amd64/amd64/
H A Dgdb_machdep.c99 switch (type & ~T_USER) {

Completed in 70 milliseconds