Searched refs:_HBit (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpuid.h52 #define _HBit(n) (1ULL << ((n)+32)) macro
88 #define CPUID_FEATURE_SSE3 _HBit(0) /* Streaming SIMD extensions 3 */
89 #define CPUID_FEATURE_PCLMULQDQ _HBit(1) /* PCLMULQDQ instruction */
90 #define CPUID_FEATURE_DTES64 _HBit(2) /* 64-bit DS layout */
91 #define CPUID_FEATURE_MONITOR _HBit(3) /* Monitor/mwait */
92 #define CPUID_FEATURE_DSCPL _HBit(4) /* Debug Store CPL */
93 #define CPUID_FEATURE_VMX _HBit(5) /* VMX */
94 #define CPUID_FEATURE_SMX _HBit(6) /* SMX */
95 #define CPUID_FEATURE_EST _HBit(7) /* Enhanced SpeedsTep (GV3) */
96 #define CPUID_FEATURE_TM2 _HBit(
[all...]

Completed in 10 milliseconds