Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1029 #define _X86_CHIPREV_FAMILY(x) \ macro
1293 #define _X86_UARCHREV_UARCH(x) _X86_CHIPREV_FAMILY(x)
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c8084 return ((x86_processor_family_t)_X86_CHIPREV_FAMILY(cr)); in chiprev_family()
8099 _X86_CHIPREV_FAMILY(cr) == _X86_CHIPREV_FAMILY(template) && in chiprev_matches()
8117 _X86_CHIPREV_FAMILY(cr) == _X86_CHIPREV_FAMILY(min) && in chiprev_at_least()