Searched refs:copy_present_pte (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 869 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_pte() function 991 /* copy_present_pte() will clear `*prealloc' if consumed */ in copy_pte_range() 992 ret = copy_present_pte(dst_vma, src_vma, dst_pte, src_pte, in copy_pte_range()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 925 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_pte() function 1083 /* copy_present_pte() will clear `*prealloc' if consumed */ in copy_pte_range() 1084 ret = copy_present_pte(dst_vma, src_vma, dst_pte, src_pte, in copy_pte_range()
|
Completed in 14 milliseconds