Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A Dcpu_threads.c153 topoParms.maxSharingLLC = nCPUsSharing; in x86_LLC_info()
201 DIVISOR_GUARD(topoParms.maxSharingLLC / topoParms.nPThreadsPerCore); in initTopoParms()
202 …topoParms.nPDiesPerPackage = cpuinfo->cpuid_cores_per_package / (topoParms.maxSharingLLC / topoPar… in initTopoParms()
209 topoParms.nPCoresPerDie = (topoParms.maxSharingLLC / topoParms.nPThreadsPerCore); in initTopoParms()
233 TOPO_DBG("\tmax Sharing of LLC: %d\n", topoParms.maxSharingLLC); in initTopoParms()
H A Dcpu_topology.h214 uint32_t maxSharingLLC; member