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

12

/netbsd-current/sys/arch/m68k/include/
H A Dtrap.h59 #define T_TRAP15 15 macro
60 #define T_BREAKPOINT T_TRAP15
/netbsd-current/sys/arch/m68k/m68k/
H A Dkgdb_m68k.c79 case T_TRAP15:
/netbsd-current/sys/arch/x68k/x68k/
H A Dkgdb_stub.c236 case T_TRAP15:
336 if (type != T_TRAP15) {
391 if (type != T_TRAP15) {
H A Dtrap.c462 * SUN 3.x traps get passed through as T_TRAP15 and are not really
465 * XXX: We should never get kernel-mode T_TRAP15
468 case T_TRAP15: /* kernel breakpoint */
490 case T_TRAP15|T_USER: /* SUN user trace trap */
H A Dlocore.s550 moveq #T_TRAP15,%d0
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dtrap.c429 * SUN 3.x traps get passed through as T_TRAP15 and are not really
432 * XXX: We should never get kernel-mode T_TRAP15 because
435 case T_TRAP15: /* SUN trace trap */
458 case T_TRAP15|T_USER: /* SUN user trace trap */
462 if (type == (T_TRAP15|T_USER))
/netbsd-current/sys/arch/sun3/sun3/
H A Dtrap.c424 * SUN 3.x traps get passed through as T_TRAP15 and are not really
427 * XXX: We should never get kernel-mode T_TRAP15
430 case T_TRAP15: /* kernel breakpoint */
450 case T_TRAP15|T_USER: /* SUN user trace trap */
454 if (type == (T_TRAP15|T_USER))
H A Dlocore.s389 moveq #T_TRAP15,%d0
/netbsd-current/sys/arch/amiga/amiga/
H A Dtrap.c655 * SUN 3.x traps get passed through as T_TRAP15 and are not really
659 case T_TRAP15:
664 case T_TRAP15|T_USER:
679 if (type == (T_TRAP15|T_USER))
H A Dlocore.s396 moveq #T_TRAP15,%d0
404 moveq #T_TRAP15,%d0
/netbsd-current/sys/arch/atari/atari/
H A Dtrap.c485 * SUN 3.x traps get passed through as T_TRAP15 and are not really
488 * XXX: We should never get kernel-mode T_TRAP15
491 case T_TRAP15:
509 case T_TRAP15|T_USER:
/netbsd-current/sys/arch/next68k/next68k/
H A Dtrap.c446 * SUN 3.x traps get passed through as T_TRAP15 and are not really
449 * XXX: We should never get kernel-mode T_TRAP15
452 case T_TRAP15: /* kernel breakpoint */
474 case T_TRAP15|T_USER: /* SUN user trace trap */
H A Dlocore.s556 moveq #T_TRAP15,%d0
/netbsd-current/sys/arch/news68k/news68k/
H A Dtrap.c428 * SUN 3.x traps get passed through as T_TRAP15 and are not really
431 * XXX: We should never get kernel-mode T_TRAP15
434 case T_TRAP15: /* kernel breakpoint */
456 case T_TRAP15|T_USER: /* SUN user trace trap */
H A Dlocore.s572 moveq #T_TRAP15,%d0
/netbsd-current/sys/arch/hp300/hp300/
H A Dtrap.c458 * SUN 3.x traps get passed through as T_TRAP15 and are not really
461 * XXX: We should never get kernel-mode T_TRAP15
464 case T_TRAP15: /* kernel breakpoint */
486 case T_TRAP15|T_USER: /* SUN user trace trap */
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dtrap.c405 * SUN 3.x traps get passed through as T_TRAP15 and are not really
408 * XXX: We should never get kernel-mode T_TRAP15
411 case T_TRAP15: /* kernel breakpoint */
422 case T_TRAP15|T_USER:
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dtrap.c439 * SUN 3.x traps get passed through as T_TRAP15 and are not really
442 * XXX: We should never get kernel-mode T_TRACE or T_TRAP15
446 case T_TRAP15: /* kernel breakpoint */
455 case T_TRAP15|T_USER: /* SUN user trace trap */
H A Dlocore.s549 moveq #T_TRAP15,%d0
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dtrap.c477 * SUN 3.x traps get passed through as T_TRAP15 and are not really
480 * XXX: We should never get kernel-mode T_TRAP15
483 case T_TRAP15: /* kernel breakpoint */
505 case T_TRAP15|T_USER: /* SUN user trace trap */
H A Dlocore.s842 moveq #T_TRAP15,%d0
/netbsd-current/sys/arch/sun2/sun2/
H A Dtrap.c417 * SUN 3.x traps get passed through as T_TRAP15 and are not really
420 * XXX: We should never get kernel-mode T_TRAP15
423 case T_TRAP15: /* kernel breakpoint */
441 case T_TRAP15|T_USER: /* SUN user trace trap */
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dtrap.c477 * SUN 3.x traps get passed through as T_TRAP15 and are not really
480 * XXX: We should never get kernel-mode T_TRAP15
483 case T_TRAP15: /* kernel breakpoint */
505 case T_TRAP15|T_USER: /* SUN user trace trap */
H A Dlocore.s421 moveq #T_TRAP15,%d0
/netbsd-current/sys/arch/sun3/sun3x/
H A Dlocore.s374 moveq #T_TRAP15,%d0

Completed in 251 milliseconds

12