Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dcpu_threads.c155 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count / in x86_LLC_info()
164 topoParms.nCoresSharingLLC = cpuinfo->core_count; in x86_LLC_info()
198 DIVISOR_GUARD(topoParms.nCoresSharingLLC); in initTopoParms()
199 topoParms.nLDiesPerPackage = cpuinfo->core_count / topoParms.nCoresSharingLLC; in initTopoParms()
208 topoParms.nLCoresPerDie = topoParms.nCoresSharingLLC; in initTopoParms()
231 TOPO_DBG("\tCores Sharing LLC: %d\n", topoParms.nCoresSharingLLC); in initTopoParms()
H A Dcpu_topology.h212 uint32_t nCoresSharingLLC; member