Searched defs:D0 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c3410 #define D0(eax) (SH_D0(eax) || DH_D0(eax) || CH_D0(eax)) macro
3469 return (B(eax) || SH_C0(eax) || CG(eax) || D0(eax) || EX(eax));
3509 return (B(eax) || SH_C0(eax) || CG(eax) || D0(eax));
3514 return (B(eax) || SH_C0(eax) || CG(eax) || D0(eax));
3516 return (SH_C0(eax) || CG(eax) || D0(eax));
3520 return (B(eax) || SH_C0(eax) || CG(eax) || D0(eax));
3524 return (SH_C0(eax) || CG(eax) || D0(eax));
3526 return (D0(eax) || EX(eax));
3530 return (B(eax) || SH_C0(eax) || CG(eax) || D0(eax) || EX(eax));
3540 return (B(eax) || SH_C0(eax) || CG(eax) || D0(ea
[all...]

Completed in 54 milliseconds