Searched refs:dst_pud (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | huge_mm.h | 16 pud_t *dst_pud, pud_t *src_pud, unsigned long addr,
|
/Linux-v4.19/mm/ |
D | memory.c | 1127 pud_t *dst_pud, pud_t *src_pud, struct vm_area_struct *vma, in copy_pmd_range() argument 1133 dst_pmd = pmd_alloc(dst_mm, dst_pud, addr); in copy_pmd_range() 1164 pud_t *src_pud, *dst_pud; in copy_pud_range() local 1167 dst_pud = pud_alloc(dst_mm, dst_p4d, addr); in copy_pud_range() 1168 if (!dst_pud) in copy_pud_range() 1178 dst_pud, src_pud, addr, vma); in copy_pud_range() 1187 if (copy_pmd_range(dst_mm, src_mm, dst_pud, src_pud, in copy_pud_range() 1190 } while (dst_pud++, src_pud++, addr = next, addr != end); in copy_pud_range()
|
D | huge_memory.c | 1042 pud_t *dst_pud, pud_t *src_pud, unsigned long addr, in copy_huge_pud() argument 1049 dst_ptl = pud_lock(dst_mm, dst_pud); in copy_huge_pud() 1069 set_pud_at(dst_mm, addr, dst_pud, pud); in copy_huge_pud()
|