Home
last modified time | relevance | path

Searched refs:T_ALIGN (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/arch/sparc/include/
H A Dtrap.h59 #define T_ALIGN 0x07 /* (8) address not properly aligned */ macro
/netbsd/sys/arch/sparc64/include/
H A Dtrap.h61 #define T_ALIGN 0x034 /* (10) address not properly aligned */ macro
/netbsd/sys/arch/sparc64/sparc64/
H A Dkgdb_machdep.c287 case T_ALIGN: in kgdb_signal()
H A Dtrap.c704 case T_ALIGN: in trap()
H A Dlocore.s683 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
/netbsd/sys/arch/sparc/sparc/
H A Dkgdb_machdep.c286 case T_ALIGN: in kgdb_signal()
H A Dtrap.c556 case T_ALIGN: in trap()
H A Dlocore.s371 TRAP(T_ALIGN) ! 07 = address alignment error
632 TRAP(T_ALIGN) ! 07 = address alignment error
893 TRAP(T_ALIGN) ! 07 = address alignment error