Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage.c1073 unsigned long pte_end; in gup_hugepte() local
1078 pte_end = (addr + sz) & ~(sz-1); in gup_hugepte()
1079 if (pte_end < end) in gup_hugepte()
1080 end = pte_end; in gup_hugepte()