Home
last modified time | relevance | path

Searched refs:pte_end (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage.c1056 unsigned long pte_end; in gup_hugepte() local
1061 pte_end = (addr + sz) & ~(sz-1); in gup_hugepte()
1062 if (pte_end < end) in gup_hugepte()
1063 end = pte_end; in gup_hugepte()