summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/asi.h
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2001-08-04 18:55:15 +0000
committertmm <tmm@FreeBSD.org>2001-08-04 18:55:15 +0000
commit91c3a007e599498b1528d02dea269a94e45a5fb9 (patch)
treebc5f6dcbfd1875b596bdb288e1f53734e4034906 /sys/sparc64/include/asi.h
parentfbdd58046b90150b1a878352cc6437ceffe60662 (diff)
downloadFreeBSD-src-91c3a007e599498b1528d02dea269a94e45a5fb9.zip
FreeBSD-src-91c3a007e599498b1528d02dea269a94e45a5fb9.tar.gz
Add floating point context switching code for sparc64.
Reviewed by: jake
Diffstat (limited to 'sys/sparc64/include/asi.h')
-rw-r--r--sys/sparc64/include/asi.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/sparc64/include/asi.h b/sys/sparc64/include/asi.h
index 34f146d..ee7588d 100644
--- a/sys/sparc64/include/asi.h
+++ b/sys/sparc64/include/asi.h
@@ -90,4 +90,15 @@
#define ASI_DTLB_TAG_READ_REG 0x5e
#define ASI_DMMU_DEMAP 0x5f
+#define ASI_BLK_AUIP 0x70
+#define ASI_BLK_AIUS 0x71
+#define ASI_BLK_AIUPL 0x78
+#define ASI_BLK_AIUSL 0x79
+#define ASI_BLK_COMMIT_S 0xe0
+#define ASI_BLK_COMMIT_P 0xe1
+#define ASI_BLK_P 0xf0
+#define ASI_BLK_S 0xf1
+#define ASI_BLK_PL 0xf8
+#define ASI_BLK_SL 0xf9
+
#endif /* !_MACHINE_ASI_H_ */
OpenPOWER on IntegriCloud