Home
last modified time | relevance | path

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

/arch/loongarch/kernel/
A Dcacheinfo.c42 if (!cpumask_empty(&this_leaf->shared_cpu_map)) in cache_cpumap_setup()
45 cpumask_set_cpu(cpu, &this_leaf->shared_cpu_map); in cache_cpumap_setup()
56 cpumask_set_cpu(cpu, &sib_leaf->shared_cpu_map); in cache_cpumap_setup()
57 cpumask_set_cpu(i, &this_leaf->shared_cpu_map); in cache_cpumap_setup()
61 cpumask_set_cpu(cpu, &sib_leaf->shared_cpu_map); in cache_cpumap_setup()
62 cpumask_set_cpu(i, &this_leaf->shared_cpu_map); in cache_cpumap_setup()
/arch/mips/kernel/
A Dcacheinfo.c86 fill_cpumask_siblings(cpu, &this_leaf->shared_cpu_map); in populate_cache_leaves()
88 fill_cpumask_siblings(cpu, &this_leaf->shared_cpu_map); in populate_cache_leaves()
98 fill_cpumask_siblings(cpu, &this_leaf->shared_cpu_map); in populate_cache_leaves()
105 fill_cpumask_cluster(cpu, &this_leaf->shared_cpu_map); in populate_cache_leaves()
/arch/powerpc/kernel/
A Dcacheinfo.c119 struct cpumask shared_cpu_map; /* online CPUs using this cache */ member
199 WARN_ONCE(cpumask_test_cpu(cpu, &next->shared_cpu_map), in cache_cpu_set()
203 cpumask_set_cpu(cpu, &next->shared_cpu_map); in cache_cpu_set()
690 mask = &cache->shared_cpu_map; in show_shared_cpumap()
706 __ATTR(shared_cpu_map, 0444, shared_cpu_map_show, NULL);
895 WARN_ONCE(!cpumask_test_cpu(cpu, &cache->shared_cpu_map), in cache_cpu_clear()
900 cpumask_clear_cpu(cpu, &cache->shared_cpu_map); in cache_cpu_clear()
904 if (cpumask_empty(&cache->shared_cpu_map)) in cache_cpu_clear()
/arch/x86/kernel/cpu/
A Damd_cache_disable.c158 cpu = cpumask_first(&ci->shared_cpu_map); in store_cache_disable()
190 int cpu = cpumask_first(&ci->shared_cpu_map); in subcaches_show()
200 int cpu = cpumask_first(&ci->shared_cpu_map); in subcaches_store()
A Dcacheinfo.c500 cpumask_set_cpu(sibling, &ci->shared_cpu_map); in __cache_amd_cpumap_setup()
526 cpumask_set_cpu(sibling, &ci->shared_cpu_map); in __cache_amd_cpumap_setup()
555 cpumask_set_cpu(cpu, &ci->shared_cpu_map); in __cache_cpumap_setup()
570 cpumask_set_cpu(i, &ci->shared_cpu_map); in __cache_cpumap_setup()
571 cpumask_set_cpu(cpu, &sibling_ci->shared_cpu_map); in __cache_cpumap_setup()
/arch/openrisc/kernel/
A Dcacheinfo.c26 cpumask_set_cpu(cpu, &this_leaf->shared_cpu_map); in ci_leaf_init()
/arch/s390/kernel/
A Dcache.c120 cpumask_set_cpu(cpu, &this_leaf->shared_cpu_map); in ci_leaf_init()
/arch/x86/kernel/cpu/resctrl/
A Dmonitor.c319 cpus_per_l3 = cpumask_weight(&ci->shared_cpu_map); in snc_get_config()

Completed in 15 milliseconds