Searched refs:dst_pud (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/mm/ |
D | memory.c | 992 pud_t *dst_pud, pud_t *src_pud, struct vm_area_struct *vma, in copy_pmd_range() argument 998 dst_pmd = pmd_alloc(dst_mm, dst_pud, addr); in copy_pmd_range() 1028 pud_t *src_pud, *dst_pud; in copy_pud_range() local 1031 dst_pud = pud_alloc(dst_mm, dst_pgd, addr); in copy_pud_range() 1032 if (!dst_pud) in copy_pud_range() 1039 if (copy_pmd_range(dst_mm, src_mm, dst_pud, src_pud, in copy_pud_range() 1042 } while (dst_pud++, src_pud++, addr = next, addr != end); in copy_pud_range()
|