xref: /csrg-svn/sys/hp300/include/trap.h (revision 43413)
141474Smckusick /*
241474Smckusick  * Copyright (c) 1988 University of Utah.
341474Smckusick  * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
441474Smckusick  * All rights reserved.
541474Smckusick  *
641474Smckusick  * This code is derived from software contributed to Berkeley by
741474Smckusick  * the Systems Programming Group of the University of Utah Computer
841474Smckusick  * Science Department.
941474Smckusick  *
1041474Smckusick  * %sccs.include.redist.c%
1141474Smckusick  *
1241474Smckusick  * from: Utah $Hdr: trap.h 1.6 88/11/25$
1341474Smckusick  *
14*43413Shibler  *	@(#)trap.h	7.2 (Berkeley) 06/22/90
1541474Smckusick  */
1641474Smckusick 
1741474Smckusick /*
1841474Smckusick  * Trap type values
1941474Smckusick  */
2041474Smckusick 
2141474Smckusick #define	T_BUSERR	0
2241474Smckusick #define	T_ADDRERR	1
2341474Smckusick #define	T_ILLINST	2
2441474Smckusick #define	T_ZERODIV	3
2541474Smckusick #define	T_CHKINST	4
2641474Smckusick #define	T_TRAPVINST	5
2741474Smckusick #define	T_PRIVINST	6
2841474Smckusick #define	T_TRACE		7
2941474Smckusick #define	T_MMUFLT	8
3041474Smckusick #define	T_SSIR		9
3141474Smckusick #define	T_FMTERR	10
3241474Smckusick #define T_FPERR		11
3341474Smckusick #define T_COPERR	12
34*43413Shibler #define T_ASTFLT	13
3541474Smckusick #define T_TRAP15	15
36