Searched refs:pte_end (Results 1 – 1 of 1) sorted by relevance
1073 unsigned long pte_end; in gup_hugepte() local1078 pte_end = (addr + sz) & ~(sz-1); in gup_hugepte()1079 if (pte_end < end) in gup_hugepte()1080 end = pte_end; in gup_hugepte()