Searched refs:sib_leaf (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dcacheinfo.c25 struct cacheinfo *sib_leaf)
28 && !(*(unsigned char *)(sib_leaf->priv) & CACHE_PRIVATE));
34 struct cacheinfo *this_leaf, *sib_leaf; local
53 sib_leaf = sib_cpu_ci->info_list + index;
54 if (cache_leaves_are_shared(this_leaf, sib_leaf)) {
55 cpumask_set_cpu(cpu, &sib_leaf->shared_cpu_map);
24 cache_leaves_are_shared(struct cacheinfo *this_leaf, struct cacheinfo *sib_leaf) argument
/linux-master/drivers/base/
H A Dcacheinfo.c40 struct cacheinfo *sib_leaf)
48 return (this_leaf->level != 1) && (sib_leaf->level != 1);
50 if ((sib_leaf->attributes & CACHE_ID) &&
52 return sib_leaf->id == this_leaf->id;
54 return sib_leaf->fw_token == this_leaf->fw_token;
360 struct cacheinfo *this_leaf, *sib_leaf; local
390 sib_leaf = per_cpu_cacheinfo_idx(i, sib_index);
397 if (sib_leaf->level != this_leaf->level ||
398 sib_leaf->type != this_leaf->type)
401 if (cache_leaves_are_shared(this_leaf, sib_leaf)) {
39 cache_leaves_are_shared(struct cacheinfo *this_leaf, struct cacheinfo *sib_leaf) argument
421 struct cacheinfo *this_leaf, *sib_leaf; local
[all...]

Completed in 250 milliseconds