Lines Matching refs:TOPO_DBG

229 	TOPO_DBG("\nCache Topology Parameters:\n");  in initTopoParms()
230 TOPO_DBG("\tLLC Depth: %d\n", topoParms.LLCDepth); in initTopoParms()
231 TOPO_DBG("\tCores Sharing LLC: %d\n", topoParms.nCoresSharingLLC); in initTopoParms()
232 TOPO_DBG("\tThreads Sharing LLC: %d\n", topoParms.nLCPUsSharingLLC); in initTopoParms()
233 TOPO_DBG("\tmax Sharing of LLC: %d\n", topoParms.maxSharingLLC); in initTopoParms()
235 TOPO_DBG("\nLogical Topology Parameters:\n"); in initTopoParms()
236 TOPO_DBG("\tThreads per Core: %d\n", topoParms.nLThreadsPerCore); in initTopoParms()
237 TOPO_DBG("\tCores per Die: %d\n", topoParms.nLCoresPerDie); in initTopoParms()
238 TOPO_DBG("\tThreads per Die: %d\n", topoParms.nLThreadsPerDie); in initTopoParms()
239 TOPO_DBG("\tDies per Package: %d\n", topoParms.nLDiesPerPackage); in initTopoParms()
240 TOPO_DBG("\tCores per Package: %d\n", topoParms.nLCoresPerPackage); in initTopoParms()
241 TOPO_DBG("\tThreads per Package: %d\n", topoParms.nLThreadsPerPackage); in initTopoParms()
243 TOPO_DBG("\nPhysical Topology Parameters:\n"); in initTopoParms()
244 TOPO_DBG("\tThreads per Core: %d\n", topoParms.nPThreadsPerCore); in initTopoParms()
245 TOPO_DBG("\tCores per Die: %d\n", topoParms.nPCoresPerDie); in initTopoParms()
246 TOPO_DBG("\tThreads per Die: %d\n", topoParms.nPThreadsPerDie); in initTopoParms()
247 TOPO_DBG("\tDies per Package: %d\n", topoParms.nPDiesPerPackage); in initTopoParms()
248 TOPO_DBG("\tCores per Package: %d\n", topoParms.nPCoresPerPackage); in initTopoParms()
249 TOPO_DBG("\tThreads per Package: %d\n", topoParms.nPThreadsPerPackage); in initTopoParms()
1061 TOPO_DBG("Die(%d)->package %d\n", in x86_validate_topology()
1067 TOPO_DBG("Die(%d)->cores: ", die->pdie_num); in x86_validate_topology()
1080 TOPO_DBG("%d ", core->pcore_num); in x86_validate_topology()
1083 TOPO_DBG("\n"); in x86_validate_topology()
1093 TOPO_DBG("Die(%d)->lcpus: ", die->pdie_num); in x86_validate_topology()
1106 TOPO_DBG("%d ", lcpu->cpu_num); in x86_validate_topology()
1109 TOPO_DBG("\n"); in x86_validate_topology()
1139 TOPO_DBG("Core(%d)->package %d\n", in x86_validate_topology()
1147 TOPO_DBG("Core(%d)->lcpus: ", core->pcore_num); in x86_validate_topology()
1157 TOPO_DBG("%d ", lcpu->cpu_num); in x86_validate_topology()
1161 TOPO_DBG("\n"); in x86_validate_topology()
1190 TOPO_DBG("CPU(%d)->package %d\n", in x86_validate_topology()