Searched refs:pte_end (Results 1 – 1 of 1) sorted by relevance
1056 unsigned long pte_end; in gup_hugepte() local1061 pte_end = (addr + sz) & ~(sz-1); in gup_hugepte()1062 if (pte_end < end) in gup_hugepte()1063 end = pte_end; in gup_hugepte()