Searched refs:pte_end (Results 1 – 1 of 1) sorted by relevance
1979 unsigned long pte_end; in gup_hugepte() local1984 pte_end = (addr + sz) & ~(sz-1); in gup_hugepte()1985 if (pte_end < end) in gup_hugepte()1986 end = pte_end; in gup_hugepte()