Home
last modified time | relevance | path

Searched refs:mm_find_pmd (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/mm/
H A Dinternal.h521 pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address);
H A Duserfaultfd.c1762 src_pmd = mm_find_pmd(mm, src_addr); in move_pages()
H A Drmap.c815 pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address) in mm_find_pmd() function
H A Dkhugepaged.c972 *pmd = mm_find_pmd(mm, address); in find_pmd_or_thp_or_none()
H A Dksm.c1365 pmd = mm_find_pmd(mm, addr); in replace_page()
H A Dhuge_memory.c3120 pmd_t *pmd = mm_find_pmd(vma->vm_mm, address); in split_huge_pmd_address()