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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c3403 #define DH_CG(eax) (eax == 0xfc0 || eax == 0xfe0 || eax == 0xff0) macro
3405 #define CG(eax) (SH_CG(eax) || DH_CG(eax) || CH_CG(eax))
3522 return (DH_CG(eax));

Completed in 52 milliseconds