Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drmap.h245 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap() function
/openbmc/linux/mm/
H A 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()
H A Dhuge_memory.c1129 if (unlikely(page_try_dup_anon_rmap(src_page, true, src_vma))) { in copy_huge_pmd()
H A Dhugetlb.c5146 } else if (page_try_dup_anon_rmap(&pte_folio->page, in copy_hugetlb_page_range()