]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/exception.h
xnu-201.42.3.tar.gz
[apple/xnu.git] / osfmk / ppc / exception.h
index 1a4f1dbe7946ede2543f8877299b00caaf372e2b..355c1074fe39decd91f31d3e089d4bf667180f9a 100644 (file)
@@ -63,14 +63,18 @@ struct procFeatures {
 #define pfThermalb     7
 #define pfThermInt     0x00800000
 #define pfThermIntb    8
+#define pfSlowNap      0x00004000
+#define pfSlowNapb     17
+#define pfNoMuMMCK     0x00002000
+#define pfNoMuMMCKb    18
 #define pfLClck                0x00001000
 #define pfLClckb       19
 #define pfWillNap      0x00000800
 #define pfWillNapb     20
 #define pfNoMSRir      0x00000400
 #define pfNoMSRirb     21
-#define pfL1nnc                0x00000200
-#define pfL1nncb       22
+#define pfL3pdet       0x00000200
+#define pfL3pdetb      22
 #define pfL1i          0x00000100
 #define pfL1ib         23
 #define pfL1d          0x00000080
@@ -106,7 +110,10 @@ struct procFeatures {
        unsigned int    pfICTRL;
        unsigned int    pfLDSTCR;
        unsigned int    pfLDSTDB;
-       unsigned int    reserved[7];
+       unsigned int    l2crOriginal;
+       unsigned int    l3crOriginal;
+       unsigned int    pfBootConfig;
+       unsigned int    reserved[4];
 };
 
 typedef struct procFeatures procFeatures;