Searched refs:gup_huge_pmd (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/s390/mm/ |
D | gup.c | 54 static inline int gup_huge_pmd(pmd_t *pmdp, pmd_t pmd, unsigned long addr, in gup_huge_pmd() function 138 if (!gup_huge_pmd(pmdp, pmd, addr, next, in gup_pmd_range()
|
/linux-4.4.14/arch/sparc/mm/ |
D | gup.c | 69 static int gup_huge_pmd(pmd_t *pmdp, pmd_t pmd, unsigned long addr, in gup_huge_pmd() function 132 if (!gup_huge_pmd(pmdp, pmd, addr, next, in gup_pmd_range()
|
/linux-4.4.14/arch/mips/mm/ |
D | gup.c | 71 static int gup_huge_pmd(pmd_t pmd, unsigned long addr, unsigned long end, in gup_huge_pmd() function 126 if (!gup_huge_pmd(pmd, addr, next, write, pages,nr)) in gup_pmd_range()
|
/linux-4.4.14/arch/x86/mm/ |
D | gup.c | 117 static noinline int gup_huge_pmd(pmd_t pmd, unsigned long addr, in gup_huge_pmd() function 182 if (!gup_huge_pmd(pmd, addr, next, write, pages, nr)) in gup_pmd_range()
|
/linux-4.4.14/mm/ |
D | gup.c | 1119 static int gup_huge_pmd(pmd_t orig, pmd_t *pmdp, unsigned long addr, in gup_huge_pmd() function 1274 if (!gup_huge_pmd(pmd, pmdp, addr, next, write, in gup_pmd_range()
|