Searched refs:shared_cpu_map (Results 1 – 8 of 8) sorted by relevance
| /arch/loongarch/kernel/ |
| A D | cacheinfo.c | 42 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 D | cacheinfo.c | 86 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 D | cacheinfo.c | 119 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 D | amd_cache_disable.c | 158 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 D | cacheinfo.c | 500 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 D | cacheinfo.c | 26 cpumask_set_cpu(cpu, &this_leaf->shared_cpu_map); in ci_leaf_init()
|
| /arch/s390/kernel/ |
| A D | cache.c | 120 cpumask_set_cpu(cpu, &this_leaf->shared_cpu_map); in ci_leaf_init()
|
| /arch/x86/kernel/cpu/resctrl/ |
| A D | monitor.c | 319 cpus_per_l3 = cpumask_weight(&ci->shared_cpu_map); in snc_get_config()
|
Completed in 15 milliseconds