Searched refs:nCoresSharingLLC (Results 1 – 2 of 2) sorted by relevance
155 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count / in x86_LLC_info()164 topoParms.nCoresSharingLLC = cpuinfo->core_count; in x86_LLC_info()198 DIVISOR_GUARD(topoParms.nCoresSharingLLC); in initTopoParms()199 topoParms.nLDiesPerPackage = cpuinfo->core_count / topoParms.nCoresSharingLLC; in initTopoParms()208 topoParms.nLCoresPerDie = topoParms.nCoresSharingLLC; in initTopoParms()231 TOPO_DBG("\tCores Sharing LLC: %d\n", topoParms.nCoresSharingLLC); in initTopoParms()
212 uint32_t nCoresSharingLLC; member