Home
last modified time | relevance | path

Searched refs:SH_B0 (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c6553 #define SH_B0(eax) (eax == 0xf40 || eax == 0xf50) in cpuid_opteron_erratum() macro
6555 #define B(eax) (SH_B0(eax) || SH_B3(eax)) in cpuid_opteron_erratum()
6614 return (SH_B0(eax)); in cpuid_opteron_erratum()