Lines Matching defs:this_leaf
81 struct cacheinfo *this_leaf = this_cpu_ci->info_list;
86 fill_cpumask_siblings(cpu, &this_leaf->shared_cpu_map);
87 populate_cache(dcache, this_leaf, level, CACHE_TYPE_DATA);
88 fill_cpumask_siblings(cpu, &this_leaf->shared_cpu_map);
89 populate_cache(icache, this_leaf, level, CACHE_TYPE_INST);
92 populate_cache(dcache, this_leaf, level, CACHE_TYPE_UNIFIED);
98 fill_cpumask_siblings(cpu, &this_leaf->shared_cpu_map);
99 populate_cache(vcache, this_leaf, level, CACHE_TYPE_UNIFIED);
105 fill_cpumask_cluster(cpu, &this_leaf->shared_cpu_map);
106 populate_cache(scache, this_leaf, level, CACHE_TYPE_UNIFIED);
111 populate_cache(tcache, this_leaf, level, CACHE_TYPE_UNIFIED);