Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dcpu_threads.c158 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count / in x86_LLC_info()
167 topoParms.nCoresSharingLLC = cpuinfo->core_count; in x86_LLC_info()
201 DIVISOR_GUARD(topoParms.nCoresSharingLLC); in initTopoParms()
202 topoParms.nLDiesPerPackage = cpuinfo->core_count / topoParms.nCoresSharingLLC; in initTopoParms()
211 topoParms.nLCoresPerDie = topoParms.nCoresSharingLLC; in initTopoParms()
234 TOPO_DBG("\tCores Sharing LLC: %d\n", topoParms.nCoresSharingLLC); in initTopoParms()
H A Dcpu_topology.h212 uint32_t nCoresSharingLLC; member