max_nbcores       340 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     unsigned max_nbcores;
max_nbcores       349 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       max_nbcores = (ecx & 0xff) + 1;
max_nbcores       351 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       max_nbcores = 1 << coreidsize;
max_nbcores       352 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     hwloc_debug("Thus max # of cores: %u\n", max_nbcores);
max_nbcores       361 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     infos->packageid = infos->apicid / max_nbcores;
max_nbcores       362 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     logprocid = infos->apicid % max_nbcores;
max_nbcores       496 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     unsigned max_nbcores;
max_nbcores       518 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	max_nbcores = ((eax >> 26) & 0x3f) + 1;
max_nbcores       519 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	max_nbthreads = legacy_max_log_proc / max_nbcores;