Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Drmap.h245 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap() function
/Linux-v6.6/mm/
Dmemory.c830 BUG_ON(page_try_dup_anon_rmap(page, false, src_vma)); in copy_nonpresent_pte()
944 if (unlikely(page_try_dup_anon_rmap(page, false, src_vma))) { in copy_present_pte()
Dhuge_memory.c1136 if (unlikely(page_try_dup_anon_rmap(src_page, true, src_vma))) { in copy_huge_pmd()
Dhugetlb.c5144 } else if (page_try_dup_anon_rmap(&pte_folio->page, in copy_hugetlb_page_range()