Home
last modified time | relevance | path

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

/mm/
Dmemory.c1220 pud_t *dst_pud, pud_t *src_pud, unsigned long addr, in copy_pmd_range() argument
1228 dst_pmd = pmd_alloc(dst_mm, dst_pud, addr); in copy_pmd_range()
1262 pud_t *src_pud, *dst_pud; in copy_pud_range() local
1265 dst_pud = pud_alloc(dst_mm, dst_p4d, addr); in copy_pud_range()
1266 if (!dst_pud) in copy_pud_range()
1276 dst_pud, src_pud, addr, src_vma); in copy_pud_range()
1285 if (copy_pmd_range(dst_vma, src_vma, dst_pud, src_pud, in copy_pud_range()
1288 } while (dst_pud++, src_pud++, addr = next, addr != end); in copy_pud_range()
Dhuge_memory.c1471 pud_t *dst_pud, pud_t *src_pud, unsigned long addr, in copy_huge_pud() argument
1478 dst_ptl = pud_lock(dst_mm, dst_pud); in copy_huge_pud()
1502 set_pud_at(dst_mm, addr, dst_pud, pud); in copy_huge_pud()