Lines Matching refs:limit
100 unsigned long next, limit; in subpage_prot_clear() local
103 limit = addr + len; in subpage_prot_clear()
104 if (limit > spt->maxaddr) in subpage_prot_clear()
105 limit = spt->maxaddr; in subpage_prot_clear()
106 for (; addr < limit; addr = next) { in subpage_prot_clear()
107 next = pmd_addr_end(addr, limit); in subpage_prot_clear()
195 unsigned long next, limit; in sys_subpage_prot() local
217 for (limit = addr + len; addr < limit; addr = next) { in sys_subpage_prot()
218 next = pmd_addr_end(addr, limit); in sys_subpage_prot()
260 if (limit > spt->maxaddr) in sys_subpage_prot()
261 spt->maxaddr = limit; in sys_subpage_prot()