Lines Matching defs:level
70 pr_err("Failed to allocate a TCE memory, level shift=%d\n",
86 int level = tbl->it_indirect_levels;
88 unsigned long mask = (tbl->it_level_size - 1) << (level * shift);
90 while (level) {
91 int n = (idx & mask) >> (level * shift);
118 --level;
202 /* Skip the rest of the level */
322 /* addr==NULL means that the first level allocation failed */
327 * First level was allocated but some lower level failed as