/kernel/linux/linux-6.6/include/linux/ |
H A D | huge_mm.h | 16 pud_t *dst_pud, pud_t *src_pud, unsigned long addr,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | huge_mm.h | 16 pud_t *dst_pud, pud_t *src_pud, unsigned long addr,
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 1044 pud_t *dst_pud, pud_t *src_pud, unsigned long addr, in copy_pmd_range() 1052 dst_pmd = pmd_alloc(dst_mm, dst_pud, addr); in copy_pmd_range() 1086 pud_t *src_pud, *dst_pud; in copy_pud_range() local 1089 dst_pud = pud_alloc(dst_mm, dst_p4d, addr); in copy_pud_range() 1090 if (!dst_pud) in copy_pud_range() 1100 dst_pud, src_pud, addr, src_vma); in copy_pud_range() 1109 if (copy_pmd_range(dst_vma, src_vma, dst_pud, src_pud, in copy_pud_range() 1112 } while (dst_pud++, src_pud++, addr = next, addr != end); in copy_pud_range() 1043 copy_pmd_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, pud_t *dst_pud, pud_t *src_pud, unsigned long addr, unsigned long end) copy_pmd_range() argument
|
H A D | huge_memory.c | 1182 pud_t *dst_pud, pud_t *src_pud, unsigned long addr, in copy_huge_pud() 1189 dst_ptl = pud_lock(dst_mm, dst_pud); in copy_huge_pud() 1219 set_pud_at(dst_mm, addr, dst_pud, pud); in copy_huge_pud() 1181 copy_huge_pud(struct mm_struct *dst_mm, struct mm_struct *src_mm, pud_t *dst_pud, pud_t *src_pud, unsigned long addr, struct vm_area_struct *vma) copy_huge_pud() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 1141 pud_t *dst_pud, pud_t *src_pud, unsigned long addr, in copy_pmd_range() 1149 dst_pmd = pmd_alloc(dst_mm, dst_pud, addr); in copy_pmd_range() 1183 pud_t *src_pud, *dst_pud; in copy_pud_range() local 1186 dst_pud = pud_alloc(dst_mm, dst_p4d, addr); in copy_pud_range() 1187 if (!dst_pud) in copy_pud_range() 1197 dst_pud, src_pud, addr, src_vma); in copy_pud_range() 1206 if (copy_pmd_range(dst_vma, src_vma, dst_pud, src_pud, in copy_pud_range() 1209 } while (dst_pud++, src_pud++, addr = next, addr != end); in copy_pud_range() 1140 copy_pmd_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, pud_t *dst_pud, pud_t *src_pud, unsigned long addr, unsigned long end) copy_pmd_range() argument
|
H A D | huge_memory.c | 1221 pud_t *dst_pud, pud_t *src_pud, unsigned long addr, in copy_huge_pud() 1228 dst_ptl = pud_lock(dst_mm, dst_pud); in copy_huge_pud() 1252 set_pud_at(dst_mm, addr, dst_pud, pud); in copy_huge_pud() 1220 copy_huge_pud(struct mm_struct *dst_mm, struct mm_struct *src_mm, pud_t *dst_pud, pud_t *src_pud, unsigned long addr, struct vm_area_struct *vma) copy_huge_pud() argument
|