Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/i386/
H A Dcpu_threads.c229 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()
[all …]
H A Dcpu_topology.c107 TOPO_DBG("cpu_topology_start() %d cpu%s registered\n", in cpu_topology_sort()
111 TOPO_DBG("\tcpu_data[%d]:%p local apic 0x%x\n", in cpu_topology_sort()
127 TOPO_DBG("cpu_topology_start() after sorting:\n"); in cpu_topology_sort()
130 TOPO_DBG("\tcpu_data[%d]:%p local apic 0x%x\n", in cpu_topology_sort()
156 TOPO_DBG("cpu_topology_start() LLC is L%d\n", topoParms.LLCDepth + 1); in cpu_topology_sort()
173TOPO_DBG("cpu_topology_start() creating affinity sets:ncpus=%d max_cpus=%d\n", ncpus, machine_info… in cpu_topology_sort()
200 TOPO_DBG("\tnew set %p(%d) pset %p for cache %p\n", in cpu_topology_sort()
204 TOPO_DBG("\tprocessor_init set %p(%d) lcpup %p(%d) cpu %p processor %p\n", in cpu_topology_sort()
242 TOPO_DBG("cpu_topology_start() processor_start():\n"); in cpu_topology_start_cpu()
244 TOPO_DBG("\tlcpu %d\n", cpu_datap(i)->cpu_number); in cpu_topology_start_cpu()
[all …]
H A Dcpu_threads.h79 #define TOPO_DBG(x...) \ macro