Lines Matching refs:nctxs
499 * Get the nctxs from MD. If absent panic.
1207 * Returned values: cpuid2pset[NCPU], nctxs[NCPU], md_gen
1210 * - nctxs is initialized to number of contexts for each CPU
1216 load_tlb_cpu_mappings(cpuset_t **cpuid2pset, uint_t *nctxs, uint64_t *md_gen)
1270 nctxs[cpids[cp_idx]] = MMU_INFO_BNCTXS(nbit);
1332 static uint_t *nctxs;
1355 nctxs = kmem_alloc(sizeof (uint_t) * NCPU, KM_SLEEP);
1376 if (load_tlb_cpu_mappings(cpuid2pset, nctxs, &md_gen))
1380 info->mmu_nctxs = nctxs[cpuid];
1423 " to support CPUs with different nctxs");