#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
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;