Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c156 topoParms.maxSharingLLC = nCPUsSharing; in x86_LLC_info()
204 DIVISOR_GUARD(topoParms.maxSharingLLC / topoParms.nPThreadsPerCore); in initTopoParms()
205 …topoParms.nPDiesPerPackage = cpuinfo->cpuid_cores_per_package / (topoParms.maxSharingLLC / topoPar… in initTopoParms()
212 topoParms.nPCoresPerDie = (topoParms.maxSharingLLC / topoParms.nPThreadsPerCore); in initTopoParms()
236 TOPO_DBG("\tmax Sharing of LLC: %d\n", topoParms.maxSharingLLC); in initTopoParms()
H A Dcpu_topology.h214 uint32_t maxSharingLLC; member