Home
last modified time | relevance | path

Searched refs:coreno (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen_tn.c411 for (uint32_t coreno = 0; coreno < ccx->atccx_nphys_cores; coreno++) { in topo_zen_build_ccx() local
414 if (ccx->atccx_core_en[coreno] == 0) { in topo_zen_build_ccx()
415 topo_mod_dprintf(mod, "skipping core %u\n", coreno); in topo_zen_build_ccx()
420 &ccx->atccx_cores[coreno], &zt_ccx->ztccx_core[coreno])) != in topo_zen_build_ccx()
H A Dtopo_zen.c431 for (uint32_t coreno = 0; in topo_zen_map_logcpu_to_phys() local
432 coreno < ccx->atccx_nphys_cores; coreno++) { in topo_zen_map_logcpu_to_phys()
434 if (ccx->atccx_core_en[coreno] == 0) in topo_zen_map_logcpu_to_phys()
437 core = &ccx->atccx_cores[coreno]; in topo_zen_map_logcpu_to_phys()
458 zt_core = &zt_ccx->ztccx_core[coreno]; in topo_zen_map_logcpu_to_phys()
468 ccxno, coreno, thrno); in topo_zen_map_logcpu_to_phys()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Damdzen.c1926 for (uint32_t coreno = 0, logcorezen2 = 0; in amdzen_ccd_fill_topo() local
1927 coreno < azn->azn_ncore_per_ccx; coreno++) { in amdzen_ccd_fill_topo()
1928 amdzen_topo_core_t *core = &ccx->atccx_cores[coreno]; in amdzen_ccd_fill_topo()
1930 if ((ccx_core_en & (1 << coreno)) == 0) { in amdzen_ccd_fill_topo()
1934 ccx->atccx_core_en[coreno] = 1; in amdzen_ccd_fill_topo()
1935 core->atcore_phys_no = coreno; in amdzen_ccd_fill_topo()