Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1094 #define _X86_CHIPREV_REV(x) \ macro
1392 #define _X86_UARCHREV_REV(x) _X86_CHIPREV_REV(x)
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c8325 (_X86_CHIPREV_REV(cr) & _X86_CHIPREV_REV(template)) != 0); in chiprev_matches()
8343 _X86_CHIPREV_REV(cr) >= _X86_CHIPREV_REV(min)); in chiprev_at_least()