Searched refs:huge_pmd_unshare (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/linux/ |
D | hugetlb.h | 208 int huge_pmd_unshare(struct mm_struct *mm, struct vm_area_struct *vma, 262 static inline int huge_pmd_unshare(struct mm_struct *mm, in huge_pmd_unshare() function
|
/Linux-v6.1/mm/ |
D | rmap.c | 1570 if (huge_pmd_unshare(mm, vma, address, pvmw.pte)) { in try_to_unmap_one() 1960 if (huge_pmd_unshare(mm, vma, address, pvmw.pte)) { in try_to_migrate_one()
|
D | hugetlb.c | 5032 if (huge_pmd_unshare(mm, vma, old_addr, src_pte)) { in move_hugetlb_page_tables() 5101 if (huge_pmd_unshare(mm, vma, address, ptep)) { in __unmap_hugepage_range() 6444 if (huge_pmd_unshare(mm, vma, address, ptep)) { in hugetlb_change_protection() 7026 int huge_pmd_unshare(struct mm_struct *mm, struct vm_area_struct *vma, in huge_pmd_unshare() function 7094 int huge_pmd_unshare(struct mm_struct *mm, struct vm_area_struct *vma, in huge_pmd_unshare() function 7464 huge_pmd_unshare(mm, vma, address, ptep); in hugetlb_unshare_all_pmds()
|