Lines Matching refs:next
79 * from unused_pmd_start to next PMD_SIZE boundary.
211 unsigned long next, prot, pages = 0;
221 for (; addr < end; addr = next, pmd++) {
222 next = pmd_addr_end(addr, end);
228 IS_ALIGNED(next, PMD_SIZE)) {
233 } else if (!direct && vmemmap_unuse_sub_pmd(addr, next)) {
241 IS_ALIGNED(next, PMD_SIZE) &&
261 !IS_ALIGNED(next, PMD_SIZE)) {
262 vmemmap_use_new_sub_pmd(addr, next);
273 vmemmap_use_sub_pmd(addr, next);
276 ret = modify_pte_table(pmd, addr, next, add, direct);
313 unsigned long next, prot, pages = 0;
322 for (; addr < end; addr = next, pud++) {
323 next = pud_addr_end(addr, end);
329 IS_ALIGNED(next, PUD_SIZE)) {
337 IS_ALIGNED(next, PUD_SIZE) &&
351 ret = modify_pmd_table(pud, addr, next, add, direct);
390 unsigned long next;
396 for (; addr < end; addr = next, p4d++) {
397 next = p4d_addr_end(addr, end);
407 ret = modify_pud_table(p4d, addr, next, add, direct);
444 unsigned long addr, next;
451 for (addr = start; addr < end; addr = next) {
452 next = pgd_addr_end(addr, end);
464 ret = modify_p4d_table(pgd, addr, next, add, direct);