Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
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) + \
/f-stack/freebsd/x86/iommu/
H A Dintel_quirks.c129 family_code = (p[0] & CPUID_FAMILY) >> 8; in dmar_match_quirks()