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

  /src/sys/arch/m68k/include/
trap.h 47 #define T_ILLINST 2
  /src/sys/arch/sparc/include/
trap.h 54 #define T_ILLINST 0x02 /* (3) illegal instruction */
  /src/sys/arch/m68k/m68k/
kgdb_m68k.c 71 case T_ILLINST:
m68k_trap.c 94 [T_ILLINST] = "Illegal instruction",
808 case T_ILLINST: /* fnop generates this, apparently. */
815 if (type == T_ILLINST) {
856 case T_ILLINST|T_USER: /* illegal instruction fault */
trap_subr.s 165 moveq #T_ILLINST,%d0
  /src/sys/arch/sparc64/include/
trap.h 44 #define T_ILLINST 0x010 /* (7) illegal instruction */
  /src/sys/arch/sparc/sparc/
kgdb_machdep.c 290 case T_ILLINST:
trap.c 375 case T_ILLINST:
376 /* Note: Cypress generates a T_ILLINST on FLUSH instructions */
locore.s 366 TRAP(T_ILLINST) ! 02 = illegal instruction
627 TRAP(T_ILLINST) ! 02 = illegal instruction
888 VTRAP(T_ILLINST, illinst4m) ! 02 = illegal instruction
  /src/sys/arch/sparc64/sparc64/
kgdb_machdep.c 291 case T_ILLINST:
trap.c 631 case T_ILLINST:
locore.s 664 TRAP(T_ILLINST) ! 010 = illegal instruction
874 TRAP(T_ILLINST) ! 010 = illegal instruction
  /src/sys/arch/luna68k/stand/boot/
locore.S 78 #define T_ILLINST 2
377 moveq #T_ILLINST,%d0

Completed in 38 milliseconds