X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/14353aa8f494621e510528b7be0e0f4ff82fdefb..d52fe63fc81f7e44faaae711812a211a78434976:/osfmk/ppc/exception.h diff --git a/osfmk/ppc/exception.h b/osfmk/ppc/exception.h index cddade88b..355c1074f 100644 --- a/osfmk/ppc/exception.h +++ b/osfmk/ppc/exception.h @@ -63,6 +63,10 @@ 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 @@ -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;