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

  /src/sys/arch/sparc/include/
trap.h 59 #define T_ALIGN 0x07 /* (8) address not properly aligned */
  /src/sys/arch/sparc64/include/
trap.h 61 #define T_ALIGN 0x034 /* (10) address not properly aligned */
  /src/sys/arch/sparc/sparc/
kgdb_machdep.c 286 case T_ALIGN:
trap.c 555 case T_ALIGN:
locore.s 371 TRAP(T_ALIGN) ! 07 = address alignment error
632 TRAP(T_ALIGN) ! 07 = address alignment error
893 TRAP(T_ALIGN) ! 07 = address alignment error
  /src/sys/arch/sparc64/sparc64/
kgdb_machdep.c 287 case T_ALIGN:
trap.c 703 case T_ALIGN:
locore.s 683 TRAP(T_ALIGN) ! 034 = address alignment error -- we could fix it inline...
894 VTRAP(T_ALIGN, checkalign) ! 034 = address alignment error -- we could fix it inline...
1101 TRAP(T_ALIGN) ! 0x034 = address alignment error
3696 wrpr %g0, T_ALIGN, %tt ! This was an alignment fault

Completed in 51 milliseconds