Home
last modified time | relevance | path

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

/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/src/
H A Dtopology.c434 uint32_t n, j, idx_msb, apicid1, apicid2; in find_cpu_cache_siblings() local
457 apicid1 = this_leaf->hsa_cache_prop.ProcessorIdLow; in find_cpu_cache_siblings()
459 if ((apicid2 >> idx_msb) != (apicid1 >> idx_msb)) in find_cpu_cache_siblings()
466 if (apicid1 < apicid2) { in find_cpu_cache_siblings()
468 this_leaf->hsa_cache_prop.SiblingMap[apicid2 - apicid1] = 1; in find_cpu_cache_siblings()
473 leaf2->hsa_cache_prop.SiblingMap[apicid1 - apicid2] = 1; in find_cpu_cache_siblings()