Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dmemory.c951 pud_t *dst_pud, pud_t *src_pud, struct vm_area_struct *vma, in copy_pmd_range() argument
957 dst_pmd = pmd_alloc(dst_mm, dst_pud, addr); in copy_pmd_range()
987 pud_t *src_pud, *dst_pud; in copy_pud_range() local
990 dst_pud = pud_alloc(dst_mm, dst_pgd, addr); in copy_pud_range()
991 if (!dst_pud) in copy_pud_range()
998 if (copy_pmd_range(dst_mm, src_mm, dst_pud, src_pud, in copy_pud_range()
1001 } while (dst_pud++, src_pud++, addr = next, addr != end); in copy_pud_range()