Home
last modified time | relevance | path

Searched refs:page_try_dup_anon_rmap (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/
Drmap.h234 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap() function
/Linux-v6.1/mm/
Dmemory.c848 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()
Dhuge_memory.c1149 if (unlikely(page_try_dup_anon_rmap(src_page, true, src_vma))) { in copy_huge_pmd()
Dhugetlb.c4902 } else if (page_try_dup_anon_rmap(ptepage, true, in copy_hugetlb_page_range()