Lines Matching defs:depth
12 static int real_depth(int depth)
14 if (depth == 3 && PTRS_PER_PMD == 1)
15 depth = 2;
16 if (depth == 2 && PTRS_PER_PUD == 1)
17 depth = 1;
18 if (depth == 1 && PTRS_PER_P4D == 1)
19 depth = 0;
20 return depth;
122 int depth = real_depth(3);
130 err = ops->pte_hole(addr, next, depth, walk);
184 int depth = real_depth(2);
192 err = ops->pte_hole(addr, next, depth, walk);
236 int depth = real_depth(1);
243 err = ops->pte_hole(addr, next, depth, walk);