Searched refs:page_try_dup_anon_rmap (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | rmap.h | 234 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap() function
|
| /Linux-v6.1/mm/ |
| D | memory.c | 848 BUG_ON(page_try_dup_anon_rmap(page, false, src_vma)); in copy_nonpresent_pte() 960 if (unlikely(page_try_dup_anon_rmap(page, false, src_vma))) { in copy_present_pte()
|
| D | huge_memory.c | 1149 if (unlikely(page_try_dup_anon_rmap(src_page, true, src_vma))) { in copy_huge_pmd()
|
| D | hugetlb.c | 4902 } else if (page_try_dup_anon_rmap(ptepage, true, in copy_hugetlb_page_range()
|