]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/proc_reg.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / ppc / proc_reg.h
index ba85debe56b1f81ed0d445c3b042ca79e32c0f4a..a7e9ebfa9ec25ffb6d464e0c68d0875011a7336b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 #define dsiAC                          0x00400000
 #define dsiSeg                         0x00200000
 #define dsiValid                       0x5E600000
-#define dsiSpcNest                     0x00010000      /* Special nest - software flag */
-#define dsiSpcNestb                    15                      /* Special nest - software flag */
+#define dsiLinkage                     0x00010000      /* Linkage mapping type - software flag */
+#define dsiLinkageb                    15                      /* Linkage mapping type - software flag */
 #define dsiSoftware                    0x0000FFFF
 
 /* SRR1 bits on data/instruction translation exceptions */