Lines Matching refs:next
85 * from unused_sub_pmd_start to next PMD_SIZE boundary.
217 unsigned long next, prot, pages = 0;
227 for (; addr < end; addr = next, pmd++) {
228 next = pmd_addr_end(addr, end);
234 IS_ALIGNED(next, PMD_SIZE)) {
239 } else if (!direct && vmemmap_unuse_sub_pmd(addr, next)) {
247 IS_ALIGNED(next, PMD_SIZE) &&
267 !IS_ALIGNED(next, PMD_SIZE)) {
268 vmemmap_use_new_sub_pmd(addr, next);
279 vmemmap_use_sub_pmd(addr, next);
282 ret = modify_pte_table(pmd, addr, next, add, direct);
311 unsigned long next, prot, pages = 0;
320 for (; addr < end; addr = next, pud++) {
321 next = pud_addr_end(addr, end);
327 IS_ALIGNED(next, PUD_SIZE)) {
335 IS_ALIGNED(next, PUD_SIZE) &&
349 ret = modify_pmd_table(pud, addr, next, add, direct);
379 unsigned long next;
385 for (; addr < end; addr = next, p4d++) {
386 next = p4d_addr_end(addr, end);
396 ret = modify_pud_table(p4d, addr, next, add, direct);
424 unsigned long addr, next;
434 for (addr = start; addr < end; addr = next) {
435 next = pgd_addr_end(addr, end);
447 ret = modify_p4d_table(pgd, addr, next, add, direct);