Searched refs:index_msb (Results 1 – 1 of 1) sorted by relevance
736 unsigned int l2_id = 0, l3_id = 0, num_threads_sharing, index_msb; in init_intel_cacheinfo() local769 index_msb = get_count_order(num_threads_sharing); in init_intel_cacheinfo()770 l2_id = c->topo.apicid & ~((1 << index_msb) - 1); in init_intel_cacheinfo()775 index_msb = get_count_order(num_threads_sharing); in init_intel_cacheinfo()776 l3_id = c->topo.apicid & ~((1 << index_msb) - 1); in init_intel_cacheinfo()930 int index_msb, i; in __cache_cpumap_setup() local946 index_msb = get_count_order(num_threads_sharing); in __cache_cpumap_setup()949 if (cpu_data(i).topo.apicid >> index_msb == c->topo.apicid >> index_msb) { in __cache_cpumap_setup()998 int index_msb; in get_cache_id() local1001 index_msb = get_count_order(num_threads_sharing); in get_cache_id()[all …]