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

12

/netbsd-current/sys/arch/amd64/amd64/
H A Dtrap.c201 printf(" in %s mode\n", (type & T_USER) ? "user" : "supervisor");
283 type |= T_USER;
345 case T_PROTFLT|T_USER: /* protection fault */
357 case T_TSSFLT|T_USER:
358 case T_SEGNPFLT|T_USER:
359 case T_STKFLT|T_USER:
360 case T_ALIGNFLT|T_USER:
362 ksi.ksi_trap = type & ~T_USER;
365 case T_SEGNPFLT|T_USER:
366 case T_STKFLT|T_USER
[all...]
/netbsd-current/sys/arch/m68k/include/
H A Dtrap.h64 #define T_USER 0x80 /* user-mode flag or'ed with type */ macro
/netbsd-current/sys/arch/x86/include/
H A Dtrap.h60 #define T_USER 0x100 macro
/netbsd-current/sys/arch/next68k/next68k/
H A Dtrap.c277 ksi.ksi_trap = type & ~T_USER;
280 type |= T_USER;
297 (type & T_USER) ? "user" : "kernel", fp->f_pc);
321 type &= ~T_USER;
346 case T_BUSERR|T_USER: /* bus error */
347 case T_ADDRERR|T_USER: /* address error */
350 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
355 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
363 type |= T_USER;
[all...]
/netbsd-current/sys/arch/x68k/x68k/
H A Dtrap.c270 ksi.ksi_trap = type & ~T_USER;
273 type |= T_USER;
283 (type & T_USER) ? "user" : "kernel", fp->f_pc);
313 type &= ~T_USER;
338 case T_BUSERR|T_USER: /* bus error */
339 case T_ADDRERR|T_USER: /* address error */
342 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
347 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
355 type |= T_USER;
[all...]
/netbsd-current/sys/arch/hp300/hp300/
H A Dtrap.c267 ksi.ksi_trap = type & ~T_USER;
270 type |= T_USER;
280 (type & T_USER) ? "user" : "kernel", fp->f_pc);
310 type &= ~T_USER;
335 case T_BUSERR|T_USER: /* bus error */
336 case T_ADDRERR|T_USER: /* address error */
339 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
344 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
352 type |= T_USER;
[all...]
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dtrap.c238 ksi.ksi_trap = type & ~T_USER;
241 type |= T_USER;
251 (type & T_USER) ? "user" : "kernel", fp->f_pc);
281 type &= ~T_USER;
305 case T_BUSERR|T_USER: /* bus error */
306 case T_ADDRERR|T_USER: /* address error */
309 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
314 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
322 type |= T_USER;
[all...]
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dtrap.c271 ksi.ksi_trap = type & ~T_USER;
274 type |= T_USER;
284 (type & T_USER) ? "user" : "kernel", fp->f_pc);
314 type &= ~T_USER;
339 case T_BUSERR|T_USER: /* bus error */
340 case T_ADDRERR|T_USER: /* address error */
343 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
348 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
356 type |= T_USER;
[all...]
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dtrap.c249 ksi.ksi_trap = type & ~T_USER;
252 type |= T_USER;
263 (type & T_USER) ? "user" : "kernel", fp->f_pc);
293 type &= ~T_USER;
316 case T_BUSERR|T_USER: /* Bus error */
317 case T_ADDRERR|T_USER: /* Address error */
320 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
324 case T_ILLINST|T_USER: /* Illegal instruction fault */
325 case T_PRIVINST|T_USER: /* Privileged instruction fault */
329 ksi.ksi_code = (type == (T_PRIVINST|T_USER))
[all...]
/netbsd-current/sys/arch/atari/atari/
H A Dtrap.c255 (type & T_USER) ? "user" : "kernel", fp->f_pc);
290 type &= ~T_USER;
338 ksi.ksi_trap = type & ~T_USER;
345 type |= T_USER;
363 case T_BUSERR|T_USER:
364 case T_ADDRERR|T_USER:
367 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
379 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
385 type |= T_USER;
[all...]
/netbsd-current/sys/arch/sun3/sun3/
H A Dtrap.c267 ksi.ksi_trap = type & ~T_USER;
270 type |= T_USER;
309 type &= ~T_USER;
333 case T_BUSERR|T_USER: /* bus error */
334 case T_ADDRERR|T_USER: /* address error */
337 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
342 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
350 type |= T_USER;
365 case T_COPERR|T_USER
[all...]
/netbsd-current/sys/arch/news68k/news68k/
H A Dtrap.c260 ksi.ksi_trap = type & ~T_USER;
263 type |= T_USER;
273 (type & T_USER) ? "user" : "kernel", fp->f_pc);
303 type &= ~T_USER;
328 case T_BUSERR|T_USER: /* bus error */
329 case T_ADDRERR|T_USER: /* address error */
332 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
337 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
345 type |= T_USER;
[all...]
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dtrap.c291 ksi.ksi_trap = type & ~T_USER;
294 type |= T_USER;
311 (type & T_USER) ? "user" : "kernel", fp->f_pc);
335 type &= ~T_USER;
359 case T_BUSERR|T_USER: /* bus error */
360 case T_ADDRERR|T_USER: /* address error */
363 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
368 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
376 type |= T_USER;
[all...]
/netbsd-current/sys/arch/sun2/sun2/
H A Dtrap.c258 ksi.ksi_trap = type & ~T_USER;
263 type |= T_USER;
302 type &= ~T_USER;
326 case T_BUSERR|T_USER: /* bus error */
327 case T_ADDRERR|T_USER: /* address error */
330 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
335 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
343 type |= T_USER;
358 case T_COPERR|T_USER
[all...]
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dtrap.c291 ksi.ksi_trap = type & ~T_USER;
294 type |= T_USER;
311 (type & T_USER) ? "user" : "kernel", fp->f_pc);
335 type &= ~T_USER;
359 case T_BUSERR|T_USER: /* bus error */
360 case T_ADDRERR|T_USER: /* address error */
363 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
368 case T_FMTERR|T_USER: /* do all RTE errors come in as T_USER? */
376 type |= T_USER;
[all...]
/netbsd-current/sys/arch/mips/include/
H A Dtrap.h79 #define T_USER 0x20 /* user-mode flag or'ed with type */ macro
/netbsd-current/sys/arch/i386/i386/
H A Dtrap.c236 printf(" in %s mode\n", (type & T_USER) ? "user" : "supervisor");
314 type |= T_USER;
453 case T_PROTFLT|T_USER: /* protection fault */
471 case T_TSSFLT|T_USER:
472 case T_SEGNPFLT|T_USER:
473 case T_STKFLT|T_USER:
474 case T_ALIGNFLT|T_USER:
479 case T_SEGNPFLT|T_USER:
480 case T_STKFLT|T_USER:
484 case T_TSSFLT|T_USER
[all...]
/netbsd-current/sys/arch/mips/mips/
H A Dkgdb_machdep.c140 case T_TLB_MOD+T_USER:
143 case T_TLB_LD_MISS+T_USER:
144 case T_TLB_ST_MISS+T_USER:
148 case T_ADDR_ERR_LD+T_USER: /* misaligned or kseg access */
149 case T_ADDR_ERR_ST+T_USER: /* misaligned or kseg access */
150 case T_BUS_ERR_IFETCH+T_USER: /* BERR asserted to CPU */
151 case T_BUS_ERR_LD_ST+T_USER: /* BERR asserted to CPU */
155 case T_BREAK+T_USER:
158 case T_RES_INST+T_USER:
159 case T_COP_UNUSABLE+T_USER
[all...]
H A Dtrap.c196 type |= T_USER;
297 case T_TLB_MOD+T_USER: {
298 const bool user_p = (type & T_USER) || !KERNLAND_P(vaddr);
361 if (type & T_USER)
379 case T_TLB_LD_MISS+T_USER:
382 case T_TLB_ST_MISS+T_USER:
408 if (type & T_USER) {
479 if (type & T_USER) {
484 if ((type & T_USER) == 0)
508 ksi.ksi_trap = type & ~T_USER;
[all...]
/netbsd-current/sys/arch/vax/vax/
H A Dtrap.c107 type |= T_USER;
137 case T_TRANSFLT|T_USER:
153 case T_PTELEN|T_USER: /* Page table length exceeded */
154 case T_ACCFLT|T_USER:
272 case T_BPTFLT|T_USER:
276 case T_TRCTRAP|T_USER:
282 case T_PRIVINFLT|T_USER:
286 case T_RESADFLT|T_USER:
290 case T_RESOPFLT|T_USER:
295 case T_XFCFLT|T_USER
[all...]
/netbsd-current/sys/arch/amiga/amiga/
H A Dtrap.c236 type &= ~T_USER;
290 ksi.ksi_trap = type & ~T_USER;
294 * 1. (type & T_USER) == 0 and
494 if ((type & T_USER) == 0)
520 ksi.ksi_trap = type & ~T_USER;
523 type |= T_USER;
554 case T_BUSERR|T_USER:
555 case T_ADDRERR|T_USER:
558 ksi.ksi_code = (type == (T_BUSERR|T_USER)) ?
564 case T_ILLINST|T_USER
[all...]
/netbsd-current/sys/arch/hppa/hppa/
H A Dtrap.c362 p->p_pid, p->p_comm, type & ~T_USER);
445 if ((type & ~T_USER) == T_INTERRUPT)
588 trapnum = type & ~T_USER;
677 const bool user = (type & T_USER) != 0;
680 case T_NONEXIST | T_USER:
688 case T_RECOVERY | T_USER:
719 case T_EMULATION | T_USER:
741 case T_HPMC | T_USER:
748 if (type & T_USER) {
768 case T_IBREAK | T_USER
[all...]
H A Ddb_trace.c182 ktf, (tf.tf_flags & T_USER)? " from user" :
/netbsd-current/sys/arch/hppa/include/
H A Dtrap.h74 #define T_USER (1 << (31 - T_USER_POS)) macro
/netbsd-current/sys/arch/vax/include/
H A Dtrap.h80 #define T_USER 0x100 macro

Completed in 374 milliseconds

12