summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/utrap.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-04-29 21:30:59 +0000
committerjake <jake@FreeBSD.org>2003-04-29 21:30:59 +0000
commit3633577d4cec2d36fcf5cffc93febd9cb7c2ad8f (patch)
treeb4937ee7896137b6f391d6f1a3b621ea8ae78e6e /sys/sparc64/include/utrap.h
parente69967f5348cec651f8806d25d2c59ac8ed8c2a2 (diff)
downloadFreeBSD-src-3633577d4cec2d36fcf5cffc93febd9cb7c2ad8f.zip
FreeBSD-src-3633577d4cec2d36fcf5cffc93febd9cb7c2ad8f.tar.gz
Allow fast instruction and data access mmu miss traps to be handled by
user trap handlers.
Diffstat (limited to 'sys/sparc64/include/utrap.h')
-rw-r--r--sys/sparc64/include/utrap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sparc64/include/utrap.h b/sys/sparc64/include/utrap.h
index 8ce7925..38a40b0 100644
--- a/sys/sparc64/include/utrap.h
+++ b/sys/sparc64/include/utrap.h
@@ -62,7 +62,9 @@
#define UT_TRAP_INSTRUCTION_29 31
#define UT_TRAP_INSTRUCTION_30 32
#define UT_TRAP_INSTRUCTION_31 33
-#define UT_MAX 34
+#define UT_INSTRUCTION_MISS 34
+#define UT_DATA_MISS 35
+#define UT_MAX 36
#define ST_SUNOS_SYSCALL 0
#define ST_BREAKPOINT 1
OpenPOWER on IntegriCloud