Home
last modified time | relevance | path

Searched refs:CPUID_FAMILY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A Dspecialreg.h236 #define CPUID_FAMILY 0x00000f00 macro
242 ((((id) & CPUID_FAMILY) >= 0x600) ? \
245 ((((id) & CPUID_FAMILY) >> 8) + \
246 ((((id) & CPUID_FAMILY) == 0xf00) ? \
253 ((((id) & CPUID_FAMILY) >> 8) + \
/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dspecialreg.h264 #define CPUID_FAMILY 0x00000f00 macro
270 ((((id) & CPUID_FAMILY) >= 0x600) ? \
273 ((((id) & CPUID_FAMILY) >> 8) + \
274 ((((id) & CPUID_FAMILY) == 0xf00) ? \
281 ((((id) & CPUID_FAMILY) >> 8) + \