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.h1034 #define _X86_CHIPREV_FAMILY(x) \ macro
1305 #define _X86_UARCHREV_UARCH(x) _X86_CHIPREV_FAMILY(x)
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c8291 return ((x86_processor_family_t)_X86_CHIPREV_FAMILY(cr)); in chiprev_family()
8306 _X86_CHIPREV_FAMILY(cr) == _X86_CHIPREV_FAMILY(template) && in chiprev_matches()
8324 _X86_CHIPREV_FAMILY(cr) == _X86_CHIPREV_FAMILY(min) && in chiprev_at_least()