Searched refs:per_cpu_cacheinfo_idx (Results 1 – 1 of 1) sorted by relevance
| /drivers/base/ |
| A D | cacheinfo.c | 29 #define per_cpu_cacheinfo_idx(cpu, idx) \ macro 65 llc = per_cpu_cacheinfo_idx(cpu, cache_leaves(cpu) - 1); in last_level_cache_is_valid() 79 llc_x = per_cpu_cacheinfo_idx(cpu_x, cache_leaves(cpu_x) - 1); in last_level_cache_is_shared() 269 this_leaf = per_cpu_cacheinfo_idx(cpu, index); in cache_setup_of_node() 416 this_leaf = per_cpu_cacheinfo_idx(cpu, index); in cache_shared_cpu_map_setup() 423 sib_leaf = per_cpu_cacheinfo_idx(i, sib_index); in cache_shared_cpu_map_setup() 458 this_leaf = per_cpu_cacheinfo_idx(cpu, index); in cache_shared_cpu_map_remove() 464 sib_leaf = per_cpu_cacheinfo_idx(sibling, sib_index); in cache_shared_cpu_map_remove() 911 this_leaf = per_cpu_cacheinfo_idx(cpu, i); in cache_add_dev() 942 llc = per_cpu_cacheinfo_idx(cpu, cache_leaves(cpu) - 1); in cpu_map_shared_cache() [all …]
|
Completed in 5 milliseconds