Lines Matching defs:level
91 #define populate_cache_properties(cfg0, cdesc, level, leaf) \
96 if (level == 1) { \
104 cdesc->level = level; \
114 unsigned int leaf = 0, level = 1;
123 populate_cache_properties(config, cdesc, level, leaf);
128 populate_cache_properties(config, cdesc, level, leaf);
132 for (level = 2; level <= CACHE_LEVEL_MAX; level++) {
141 populate_cache_properties(config, cdesc, level, leaf);
146 populate_cache_properties(config, cdesc, level, leaf);