Lines Matching defs:level
94 #define populate_cache_properties(cfg0, cdesc, level, leaf) \
99 if (level == 1) { \
107 cdesc->level = level; \
117 unsigned int leaf = 0, level = 1;
126 populate_cache_properties(config, cdesc, level, leaf);
131 populate_cache_properties(config, cdesc, level, leaf);
135 for (level = 2; level <= CACHE_LEVEL_MAX; level++) {
144 populate_cache_properties(config, cdesc, level, leaf);
149 populate_cache_properties(config, cdesc, level, leaf);