Lines Matching defs:ceiling
228 unsigned long floor, unsigned long ceiling)
246 if (ceiling) {
247 ceiling &= PUD_MASK;
248 if (!ceiling)
251 if (end - 1 > ceiling - 1)
262 unsigned long floor, unsigned long ceiling)
274 free_pmd_range(tlb, pud, addr, next, floor, ceiling);
280 if (ceiling) {
281 ceiling &= P4D_MASK;
282 if (!ceiling)
285 if (end - 1 > ceiling - 1)
296 unsigned long floor, unsigned long ceiling)
308 free_pud_range(tlb, p4d, addr, next, floor, ceiling);
314 if (ceiling) {
315 ceiling &= PGDIR_MASK;
316 if (!ceiling)
319 if (end - 1 > ceiling - 1)
332 unsigned long floor, unsigned long ceiling)
348 * the address space, but end 0 and ceiling 0 refer to the top
349 * Comparisons need to use "end - 1" and "ceiling - 1" (though
352 * Wherever addr is brought up or ceiling brought down, we must
357 * Whereas we round start (addr) and ceiling down, by different
369 if (ceiling) {
370 ceiling &= PMD_MASK;
371 if (!ceiling)
374 if (end - 1 > ceiling - 1)
388 free_p4d_range(tlb, pgd, addr, next, floor, ceiling);
393 unsigned long floor, unsigned long ceiling)
408 floor, next ? next->vm_start : ceiling);
421 floor, next ? next->vm_start : ceiling);