regs              271 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   unsigned regs[4];
regs              315 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   memset(regs, 0, sizeof(regs));
regs              316 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   regs[0] = 0;
regs              317 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   cpuid_or_from_dump(&regs[0], &regs[1], &regs[3], &regs[2], src_cpuiddump);
regs              318 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   memcpy(infos->cpuvendor, regs+1, 4*3);
regs              323 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     memset(regs, 0, sizeof(regs));
regs              324 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     regs[0] = 0x80000002;
regs              325 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cpuid_or_from_dump(&regs[0], &regs[1], &regs[2], &regs[3], src_cpuiddump);
regs              326 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     memcpy(infos->cpumodel, regs, 4*4);
regs              327 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     regs[0] = 0x80000003;
regs              328 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cpuid_or_from_dump(&regs[0], &regs[1], &regs[2], &regs[3], src_cpuiddump);
regs              329 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     memcpy(infos->cpumodel + 4*4, regs, 4*4);
regs              330 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     regs[0] = 0x80000004;
regs              331 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cpuid_or_from_dump(&regs[0], &regs[1], &regs[2], &regs[3], src_cpuiddump);
regs              332 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     memcpy(infos->cpumodel + 4*4*2, regs, 4*4);
regs               56 opal/mca/hwloc/hwloc201/hwloc/include/private/cpuid-x86.h   int regs[4];
regs               57 opal/mca/hwloc/hwloc201/hwloc/include/private/cpuid-x86.h   __cpuidex(regs, *eax, *ecx);
regs               58 opal/mca/hwloc/hwloc201/hwloc/include/private/cpuid-x86.h   *eax = regs[0];
regs               59 opal/mca/hwloc/hwloc201/hwloc/include/private/cpuid-x86.h   *ebx = regs[1];
regs               60 opal/mca/hwloc/hwloc201/hwloc/include/private/cpuid-x86.h   *ecx = regs[2];
regs               61 opal/mca/hwloc/hwloc201/hwloc/include/private/cpuid-x86.h   *edx = regs[3];
regs               52 opal/mca/mpool/base/mpool_base_tree.h     mca_rcache_base_registration_t *regs[MCA_MPOOL_BASE_TREE_MAX]; /**< the registrations */
regs               84 opal/mca/rcache/base/rcache_base_vma.c                                   size_t size, mca_rcache_base_registration_t **regs,
regs              104 opal/mca/rcache/base/rcache_base_vma.c                                               bound_addr, regs, reg_cnt);
regs               61 opal/mca/rcache/base/rcache_base_vma.h                                   size_t size, struct mca_rcache_base_registration_t **regs,
regs               54 opal/mca/rcache/base/rcache_base_vma_tree.c     mca_rcache_base_registration_t **regs;
regs               70 opal/mca/rcache/base/rcache_base_vma_tree.c     args->regs[args->reg_cnt++] = reg;
regs               76 opal/mca/rcache/base/rcache_base_vma_tree.c                                        unsigned char *bound, mca_rcache_base_registration_t **regs,
regs               79 opal/mca/rcache/base/rcache_base_vma_tree.c     mca_rcache_base_vma_tree_find_all_helper_args_t args = {.regs = regs, .reg_max = reg_cnt, .reg_cnt = 0};
regs               59 opal/mca/rcache/base/rcache_base_vma_tree.h         unsigned char *bound, mca_rcache_base_registration_t **regs,
regs              568 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     mca_rcache_base_registration_t *regs[RGPUSM_RCACHE_NREGS];
regs              585 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c                 regs, RGPUSM_RCACHE_NREGS);
regs              589 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c             reg = regs[i];