Searched refs:maxSharingLLC (Results 1 – 2 of 2) sorted by relevance
155 topoParms.maxSharingLLC = nCPUsSharing; in x86_LLC_info()203 DIVISOR_GUARD(topoParms.maxSharingLLC / topoParms.nPThreadsPerCore); in initTopoParms()204 …topoParms.nPDiesPerPackage = cpuinfo->cpuid_cores_per_package / (topoParms.maxSharingLLC / topoPar… in initTopoParms()211 topoParms.nPCoresPerDie = (topoParms.maxSharingLLC / topoParms.nPThreadsPerCore); in initTopoParms()235 TOPO_DBG("\tmax Sharing of LLC: %d\n", topoParms.maxSharingLLC); in initTopoParms()
214 uint32_t maxSharingLLC; member