Home
last modified time | relevance | path

Searched refs:index_msb (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c300 int index_msb; in get_cache_id() local
303 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() local
419 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() local
568 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()