Searched refs:nctxs (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/ |
H A D | mmu.h | 79 #define NCTXS nctxs 89 extern uint_t nctxs; /* number of implemented contexts */
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | fillsysinfo.c | 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) argument 1270 nctxs[cpids[cp_idx]] = MMU_INFO_BNCTXS(nbit); 1332 static uint_t *nctxs; local 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"); [all...] |
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 570 static uint_t nctxs = DEFAULT_NUM_CTXS_PER_MMU; variable 1592 infop->mmu_nctxs = nctxs; 1727 * hat_lock, but fail, because cnum == nctxs, and therefore also trap and block
|
Completed in 881 milliseconds