reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_affinity.cpp
 1495   __kmp_x86_cpuid(0, 0, &buf);
 1496   if (buf.eax < 11) {
 1500   __kmp_x86_cpuid(11, 0, &buf);
 1501   if (buf.ebx == 0) {
 1530     __kmp_x86_cpuid(11, level, &buf);
 1531     if (buf.ebx == 0) {
 1539     int kind = (buf.ecx >> 8) & 0xff;
 1545       __kmp_nThreadsPerCore = buf.ebx & 0xffff;
 1554       nCoresPerPkg = buf.ebx & 0xffff;
 1568       nPackages = buf.ebx & 0xffff;
 1647       __kmp_x86_cpuid(11, level, &buf);
 1648       unsigned apicId = buf.edx;
 1649       if (buf.ebx == 0) {
 1659       int shift = buf.eax & 0x1f;