Lines Matching refs:ceiling
201 unsigned long floor, unsigned long ceiling)
219 if (ceiling) {
220 ceiling &= PUD_MASK;
221 if (!ceiling)
224 if (end - 1 > ceiling - 1)
235 unsigned long floor, unsigned long ceiling)
247 free_pmd_range(tlb, pud, addr, next, floor, ceiling);
253 if (ceiling) {
254 ceiling &= P4D_MASK;
255 if (!ceiling)
258 if (end - 1 > ceiling - 1)
269 unsigned long floor, unsigned long ceiling)
281 free_pud_range(tlb, p4d, addr, next, floor, ceiling);
287 if (ceiling) {
288 ceiling &= PGDIR_MASK;
289 if (!ceiling)
292 if (end - 1 > ceiling - 1)
305 unsigned long floor, unsigned long ceiling)
321 * the address space, but end 0 and ceiling 0 refer to the top
322 * Comparisons need to use "end - 1" and "ceiling - 1" (though
325 * Wherever addr is brought up or ceiling brought down, we must
330 * Whereas we round start (addr) and ceiling down, by different
342 if (ceiling) {
343 ceiling &= PMD_MASK;
344 if (!ceiling)
347 if (end - 1 > ceiling - 1)
361 free_p4d_range(tlb, pgd, addr, next, floor, ceiling);
367 unsigned long ceiling, bool mm_wr_locked)
374 * Note: USER_PGTABLES_CEILING may be passed as ceiling and may
377 next = mas_find(mas, ceiling - 1);
390 floor, next ? next->vm_start : ceiling);
398 next = mas_find(mas, ceiling - 1);
405 floor, next ? next->vm_start : ceiling);