Lines Matching refs:index_msb
736 unsigned int l2_id = 0, l3_id = 0, num_threads_sharing, index_msb; in init_intel_cacheinfo() local
769 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() local
946 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() local
1001 index_msb = get_count_order(num_threads_sharing); in get_cache_id()
1002 id4_regs->id = c->topo.apicid >> index_msb; in get_cache_id()