Searched refs:maxSharingLLC (Results 1 – 2 of 2) sorted by relevance
153 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()
214 uint32_t maxSharingLLC; member