Home
last modified time | relevance | path

Searched refs:thrno (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c438 for (uint32_t thrno = 0; in topo_zen_map_logcpu_to_phys() local
439 thrno < core->atcore_nthreads; thrno++) { in topo_zen_map_logcpu_to_phys()
444 if (core->atcore_thr_en[thrno] == 0) in topo_zen_map_logcpu_to_phys()
447 if (core->atcore_apicids[thrno] != in topo_zen_map_logcpu_to_phys()
460 if (zt_core->ztcore_nvls[thrno] != in topo_zen_map_logcpu_to_phys()
468 ccxno, coreno, thrno); in topo_zen_map_logcpu_to_phys()
472 zt_core->ztcore_nvls[thrno] = cpu_nvl; in topo_zen_map_logcpu_to_phys()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Damdzen.c1981 for (uint32_t thrno = 0; thrno < core->atcore_nthreads; in amdzen_ccd_fill_topo() local
1982 thrno++) { in amdzen_ccd_fill_topo()
1983 ASSERT3U(core->atcore_thr_en[thrno], !=, 0); in amdzen_ccd_fill_topo()
1988 thrno, &core->atcore_apicids[thrno]); in amdzen_ccd_fill_topo()