Lines Matching defs:level
43 * For non DT/ACPI systems, assume unique level 1 caches,
48 return (this_leaf->level != 1) && (sib_leaf->level != 1);
190 * init_cache_level must setup the cache level correctly
224 if (this_leaf->level != 1) {
292 unsigned int levels = 0, leaves, level;
309 if (of_property_read_u32(np, "cache-level", &level))
311 if (level <= levels)
315 levels = level;
394 * belong to the same cache level of same type. Skip
395 * the check if level and type do not match.
397 if (sib_leaf->level != this_leaf->level ||
438 * belong to the same cache level of same type. Skip
439 * the check if level and type do not match.
441 if (sib_leaf->level != this_leaf->level ||
551 * Now that we have properly initialized the cache level info, make
624 show_one(level, level);
713 static DEVICE_ATTR_RO(level);
754 if ((attr == &dev_attr_level.attr) && this_leaf->level)