Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dspecialreg.h266 #define CPUID_EXT_FAMILY 0x0ff00000 macro
275 (((id) & CPUID_EXT_FAMILY) >> 20) : 0))
282 (((id) & CPUID_EXT_FAMILY) >> 20))
/f-stack/freebsd/x86/iommu/
H A Dintel_quirks.c127 ext_family = (p[0] & CPUID_EXT_FAMILY) >> 20; in dmar_match_quirks()