|
|
1.1 root 1: /* trap.h 4.6 81/03/03 */
2:
3: /*
4: * Trap type values
5: */
6:
7: #define RESADFLT 0 /* reserved addressing fault */
8: #define PRIVINFLT 1 /* privileged instruction fault */
9: #define RESOPFLT 2 /* reserved operand fault */
10: #define BPTFLT 3 /* bpt instruction fault */
11: #define ALIGNFLT 4 /* alignment fault */
12: #define SYSCALL 5 /* kcall instruction (syscall trap) */
13: #define ARITHTRAP 6 /* arithmetic trap */
14: #define PROTFLT 7 /* protection fault */
15: #define TRCTRAP 8 /* trace trap */
16: #define TRANSFLT 9 /* translation not valid fault */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.