Searched refs:index_msb (Results 1 – 1 of 1) sorted by relevance
300 int index_msb; in get_cache_id() local303 index_msb = get_count_order(num_threads_sharing); in get_cache_id()305 return apicid >> index_msb; in get_cache_id()416 int index_msb; in calc_cache_topo_id() local419 index_msb = get_count_order(num_threads_sharing); in calc_cache_topo_id()420 return c->topo.apicid & ~((1 << index_msb) - 1); in calc_cache_topo_id()554 int index_msb, i; in __cache_cpumap_setup() local568 index_msb = get_count_order(num_threads_sharing); in __cache_cpumap_setup()571 if (cpu_data(i).topo.apicid >> index_msb == c->topo.apicid >> index_msb) { in __cache_cpumap_setup()