Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
A Dcacheinfo.c261 const __be32 *nr_sets; in cache_nr_sets() local
266 if (!nr_sets) in cache_nr_sets()
269 *ret = of_read_number(nr_sets, 1); in cache_nr_sets()
276 unsigned int nr_sets; in cache_associativity() local
279 if (cache_nr_sets(cache, &nr_sets)) in cache_associativity()
285 if (nr_sets == 1) { in cache_associativity()
295 if (!(nr_sets > 0 && size > 0 && line_size > 0)) in cache_associativity()
298 *ret = (size / nr_sets) / line_size; in cache_associativity()
624 unsigned int nr_sets; in nr_sets_show() local
629 if (cache_nr_sets(cache, &nr_sets)) in nr_sets_show()
[all …]

Completed in 7 milliseconds