HomeSort by: relevance | last modified time | path
    Searched refs:T_IBREAK (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hppa/include/
trap.h 46 #define T_IBREAK 9 /* break instruction */
  /src/sys/arch/hppa/hppa/
db_interface.c 93 case T_IBREAK:
kgdb_hppa.c 93 case T_IBREAK:
trap.c 472 (void) trap_kdebug(T_IBREAK, 0, tf);
633 type != T_IBREAK && STWM_R1_D_SR0_SP(opcode)) {
654 if (trapnum != T_INTERRUPT && trapnum != T_IBREAK)
658 else if (trapnum == T_IBREAK)
748 case T_IBREAK:
771 case T_IBREAK | T_USER:
trap.S 654 CTRAP(ibrk,T_IBREAK,) /* 9. break instruction trap */

Completed in 14 milliseconds