Searched refs:dst_pud (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/mm/ |
D | memory.c | 793 pud_t *dst_pud, pud_t *src_pud, struct vm_area_struct *vma, in copy_pmd_range() argument 799 dst_pmd = pmd_alloc(dst_mm, dst_pud, addr); in copy_pmd_range() 829 pud_t *src_pud, *dst_pud; in copy_pud_range() local 832 dst_pud = pud_alloc(dst_mm, dst_pgd, addr); in copy_pud_range() 833 if (!dst_pud) in copy_pud_range() 840 if (copy_pmd_range(dst_mm, src_mm, dst_pud, src_pud, in copy_pud_range() 843 } while (dst_pud++, src_pud++, addr = next, addr != end); in copy_pud_range()
|