Searched refs:gup_huge_pmd (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/s390/mm/ |
D | gup.c | 51 static inline int gup_huge_pmd(pmd_t *pmdp, pmd_t pmd, unsigned long addr, in gup_huge_pmd() function 128 if (!gup_huge_pmd(pmdp, pmd, addr, next, in gup_pmd_range()
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/mm/ |
D | gup.c | 117 static noinline int gup_huge_pmd(pmd_t pmd, unsigned long addr, in gup_huge_pmd() function 183 if (!gup_huge_pmd(pmd, addr, next, write, pages, nr)) in gup_pmd_range()
|
/linux-4.1.27/mm/ |
D | gup.c | 1073 static int gup_huge_pmd(pmd_t orig, pmd_t *pmdp, unsigned long addr, in gup_huge_pmd() function 1228 if (!gup_huge_pmd(pmd, pmdp, addr, next, write, in gup_pmd_range()
|