Searched refs:SH_B0 (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ | ||
H A D | cpuid.c | 3396 #define SH_B0(eax) (eax == 0xf40 || eax == 0xf50) macro 3398 #define B(eax) (SH_B0(eax) || SH_B3(eax)) 3457 return (SH_B0(eax)); |
Completed in 70 milliseconds