currentcpu        182 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   spu_t currentcpu;
currentcpu        220 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   currentcpu = mpctl((topology->flags & HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM) ?
currentcpu        222 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   while (currentcpu != -1) {
currentcpu        223 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c     obj = hwloc_alloc_setup_object(topology, HWLOC_OBJ_PU, (unsigned) currentcpu);
currentcpu        225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c     hwloc_bitmap_set(obj->cpuset, currentcpu);
currentcpu        227 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c     hwloc_debug("cpu %d\n", currentcpu);
currentcpu        231 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c       currentnode = mpctl(MPC_SPUTOLDOM, currentcpu, 0);
currentcpu        238 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c         hwloc_bitmap_set(nodes[i]->cpuset, currentcpu);
currentcpu        248 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c     currentcpu = mpctl((topology->flags & HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM) ?
currentcpu        249 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c       MPC_GETNEXTSPU_SYS : MPC_GETNEXTSPU, currentcpu, 0);