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