]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/arm/cpuid.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / arm / cpuid.h
index 07778404b490d31b15de389f21267e1b0ffee6b1..bf642b6c591242072c1a97f8b786c5d1d3cbfd7f 100644 (file)
@@ -132,6 +132,12 @@ typedef union {
 /* H9G (ARMv8 architecture) */
 #define CPU_PART_HURRICANE_MYST 0x7
 
+/* H10 p-Core (ARMv8 architecture) */
+#define CPU_PART_MONSOON       0x8
+
+/* H10 e-Core (ARMv8 architecture) */
+#define CPU_PART_MISTRAL       0x9
+
 
 /* Cache type identification */
 
@@ -198,6 +204,7 @@ typedef union {
 typedef struct {
        uint32_t                neon;
        uint32_t                neon_hpfp;
+       uint32_t                neon_fp16;
 } arm_mvfp_info_t;
 
 #ifdef __cplusplus