Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
A Dcacheinfo.c323 int index_msb = get_count_order(num_sharing_cache); in cacheinfo_amd_init_llc_id() local
325 c->topo.llc_id = c->topo.apicid >> index_msb; in cacheinfo_amd_init_llc_id()
407 int index_msb; in calc_cache_topo_id() local
410 index_msb = get_count_order(num_threads_sharing); in calc_cache_topo_id()
411 return c->topo.apicid & ~((1 << index_msb) - 1); in calc_cache_topo_id()
545 int index_msb, i; in __cache_cpumap_setup() local
559 index_msb = get_count_order(num_threads_sharing); in __cache_cpumap_setup()
562 if (cpu_data(i).topo.apicid >> index_msb == c->topo.apicid >> index_msb) { in __cache_cpumap_setup()
610 int index_msb; in get_cache_id() local
613 index_msb = get_count_order(num_threads_sharing); in get_cache_id()
[all …]

Completed in 21 milliseconds