Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c6568 #define DH_CG(eax) (eax == 0xfc0 || eax == 0xfe0 || eax == 0xff0) in cpuid_opteron_erratum() macro
6570 #define CG(eax) (SH_CG(eax) || DH_CG(eax) || CH_CG(eax)) in cpuid_opteron_erratum()
6679 return (DH_CG(eax)); in cpuid_opteron_erratum()