Searched refs:nCoresSharingLLC (Results 1 – 2 of 2) sorted by relevance
158 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count / in x86_LLC_info()167 topoParms.nCoresSharingLLC = cpuinfo->core_count; in x86_LLC_info()201 DIVISOR_GUARD(topoParms.nCoresSharingLLC); in initTopoParms()202 topoParms.nLDiesPerPackage = cpuinfo->core_count / topoParms.nCoresSharingLLC; in initTopoParms()211 topoParms.nLCoresPerDie = topoParms.nCoresSharingLLC; in initTopoParms()234 TOPO_DBG("\tCores Sharing LLC: %d\n", topoParms.nCoresSharingLLC); in initTopoParms()
212 uint32_t nCoresSharingLLC; member