Home
last modified time | relevance | path

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

/linux/mm/
H A Dinternal.h547 pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address);
H A Duserfaultfd.c1829 src_pmd = mm_find_pmd(mm, src_addr); in move_pages()
H A Drmap.c790 pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address) in mm_find_pmd() function
H A Dkhugepaged.c958 *pmd = mm_find_pmd(mm, address); in find_pmd_or_thp_or_none()
H A Dksm.c1391 pmd = mm_find_pmd(mm, addr); in replace_page()
H A Dhuge_memory.c3292 pmd_t *pmd = mm_find_pmd(vma->vm_mm, address); in split_huge_pmd_address()