Lines Matching refs:orig
1119 static int gup_huge_pmd(pmd_t orig, pmd_t *pmdp, unsigned long addr, in gup_huge_pmd() argument
1125 if (write && !pmd_write(orig)) in gup_huge_pmd()
1129 head = pmd_page(orig); in gup_huge_pmd()
1145 if (unlikely(pmd_val(orig) != pmd_val(*pmdp))) { in gup_huge_pmd()
1166 static int gup_huge_pud(pud_t orig, pud_t *pudp, unsigned long addr, in gup_huge_pud() argument
1172 if (write && !pud_write(orig)) in gup_huge_pud()
1176 head = pud_page(orig); in gup_huge_pud()
1192 if (unlikely(pud_val(orig) != pud_val(*pudp))) { in gup_huge_pud()
1208 static int gup_huge_pgd(pgd_t orig, pgd_t *pgdp, unsigned long addr, in gup_huge_pgd() argument
1215 if (write && !pgd_write(orig)) in gup_huge_pgd()
1219 head = pgd_page(orig); in gup_huge_pgd()
1235 if (unlikely(pgd_val(orig) != pgd_val(*pgdp))) { in gup_huge_pgd()