Searched refs:page_try_dup_anon_rmap (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | rmap.h | 243 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap() function
|
/linux-6.3-rc2/mm/ |
A D | memory.c | 811 BUG_ON(page_try_dup_anon_rmap(page, false, src_vma)); in copy_nonpresent_pte() 922 if (unlikely(page_try_dup_anon_rmap(page, false, src_vma))) { in copy_present_pte()
|
A D | huge_memory.c | 1149 if (unlikely(page_try_dup_anon_rmap(src_page, true, src_vma))) { in copy_huge_pmd()
|
A D | hugetlb.c | 5082 } else if (page_try_dup_anon_rmap(ptepage, true, in copy_hugetlb_page_range()
|
Completed in 27 milliseconds