Lines Matching refs:TOPO_DBG
232 TOPO_DBG("\nCache Topology Parameters:\n"); in initTopoParms()
233 TOPO_DBG("\tLLC Depth: %d\n", topoParms.LLCDepth); in initTopoParms()
234 TOPO_DBG("\tCores Sharing LLC: %d\n", topoParms.nCoresSharingLLC); in initTopoParms()
235 TOPO_DBG("\tThreads Sharing LLC: %d\n", topoParms.nLCPUsSharingLLC); in initTopoParms()
236 TOPO_DBG("\tmax Sharing of LLC: %d\n", topoParms.maxSharingLLC); in initTopoParms()
238 TOPO_DBG("\nLogical Topology Parameters:\n"); in initTopoParms()
239 TOPO_DBG("\tThreads per Core: %d\n", topoParms.nLThreadsPerCore); in initTopoParms()
240 TOPO_DBG("\tCores per Die: %d\n", topoParms.nLCoresPerDie); in initTopoParms()
241 TOPO_DBG("\tThreads per Die: %d\n", topoParms.nLThreadsPerDie); in initTopoParms()
242 TOPO_DBG("\tDies per Package: %d\n", topoParms.nLDiesPerPackage); in initTopoParms()
243 TOPO_DBG("\tCores per Package: %d\n", topoParms.nLCoresPerPackage); in initTopoParms()
244 TOPO_DBG("\tThreads per Package: %d\n", topoParms.nLThreadsPerPackage); in initTopoParms()
246 TOPO_DBG("\nPhysical Topology Parameters:\n"); in initTopoParms()
247 TOPO_DBG("\tThreads per Core: %d\n", topoParms.nPThreadsPerCore); in initTopoParms()
248 TOPO_DBG("\tCores per Die: %d\n", topoParms.nPCoresPerDie); in initTopoParms()
249 TOPO_DBG("\tThreads per Die: %d\n", topoParms.nPThreadsPerDie); in initTopoParms()
250 TOPO_DBG("\tDies per Package: %d\n", topoParms.nPDiesPerPackage); in initTopoParms()
251 TOPO_DBG("\tCores per Package: %d\n", topoParms.nPCoresPerPackage); in initTopoParms()
252 TOPO_DBG("\tThreads per Package: %d\n", topoParms.nPThreadsPerPackage); in initTopoParms()
1064 TOPO_DBG("Die(%d)->package %d\n", in x86_validate_topology()
1070 TOPO_DBG("Die(%d)->cores: ", die->pdie_num); in x86_validate_topology()
1083 TOPO_DBG("%d ", core->pcore_num); in x86_validate_topology()
1086 TOPO_DBG("\n"); in x86_validate_topology()
1096 TOPO_DBG("Die(%d)->lcpus: ", die->pdie_num); in x86_validate_topology()
1109 TOPO_DBG("%d ", lcpu->cpu_num); in x86_validate_topology()
1112 TOPO_DBG("\n"); in x86_validate_topology()
1142 TOPO_DBG("Core(%d)->package %d\n", in x86_validate_topology()
1150 TOPO_DBG("Core(%d)->lcpus: ", core->pcore_num); in x86_validate_topology()
1160 TOPO_DBG("%d ", lcpu->cpu_num); in x86_validate_topology()
1164 TOPO_DBG("\n"); in x86_validate_topology()
1193 TOPO_DBG("CPU(%d)->package %d\n", in x86_validate_topology()