summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/asi.h
diff options
context:
space:
mode:
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