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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c1207 * Returned values: cpuid2pset[NCPU], nctxs[NCPU], md_gen
1211 * - md_gen is set to generation number of machine descriptor from which this
1216 load_tlb_cpu_mappings(cpuset_t **cpuid2pset, uint_t *nctxs, uint64_t *md_gen) argument
1238 *md_gen = md_get_gen(mdp);
1334 static uint64_t md_gen = MDESC_INVAL_GEN; local
1351 if (current_gen != md_gen || cpuid2pset == NULL) {
1376 if (load_tlb_cpu_mappings(cpuid2pset, nctxs, &md_gen))

Completed in 69 milliseconds