Searched refs:T_USER (Results 26 - 28 of 28) sorted by relevance

12

/netbsd-current/sys/arch/i386/i386/
H A Ddb_interface.c193 db_printf("kernel: %s trap ", (type & T_USER) ? "user" : "supervisor");
194 type &= ~T_USER;
/netbsd-current/sys/arch/hppa/include/
H A Dcpu.h258 #define CLKF_USERMODE(framep) ((framep)->cf_flags & T_USER)
/netbsd-current/sys/arch/mips/mips/
H A Ddb_interface.c152 db_trap(type & ~T_USER, 0 /*code*/);

Completed in 151 milliseconds

12