Searched refs:cpuid2pset (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c1207 * Returned values: cpuid2pset[NCPU], nctxs[NCPU], md_gen
1208 * - cpuid2pset is initialized so it can convert cpuids to processor set of CPUs
1216 load_tlb_cpu_mappings(cpuset_t **cpuid2pset, uint_t *nctxs, uint64_t *md_gen) argument
1274 * If a CPU is already in a set as shown by cpuid2pset[], then
1279 ppset = cpuid2pset[cpids[cp_idx]];
1292 cpuid2pset[cpids[cp_idx]] = ppset;
1331 static cpuset_t **cpuid2pset = NULL; local
1348 * result MD is read here only once on such machines: when cpuid2pset is
1351 if (current_gen != md_gen || cpuid2pset == NULL) {
1352 if (cpuid2pset
[all...]

Completed in 110 milliseconds