Searched refs:split_huge_pmd (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/mm/ |
H A D | transhuge.rst | 58 split_huge_pmd(vma, pmd, addr) where the pmd is the one returned by 60 by just grepping for "pmd_offset" and adding split_huge_pmd where 82 + split_huge_pmd(vma, pmd, addr); 90 split_huge_page() or split_huge_pmd() has a cost. 101 regular pmd from under you (split_huge_pmd can run in parallel to the 164 Note that split_huge_pmd() doesn't have any limitations on refcounting:
|
/linux/include/linux/ |
H A D | huge_mm.h | 402 #define split_huge_pmd(__vma, __pmd, __address) \ macro 575 #define split_huge_pmd(__vma, __pmd, __address) \ macro
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | subpage_prot.c | 142 split_huge_pmd(vma, pmd, addr); in subpage_walk_pmd_entry()
|
/linux/mm/ |
H A D | migrate_device.c | 87 split_huge_pmd(vma, pmdp, addr); in migrate_vma_collect_pmd()
|
H A D | mremap.c | 845 split_huge_pmd(pmc->old, old_pmd, pmc->old_addr); in move_page_tables()
|
H A D | userfaultfd.c | 1834 split_huge_pmd(src_vma, src_pmd, src_addr); in move_pages()
|
H A D | gup.c | 946 split_huge_pmd(vma, pmd, address); in follow_pmd_mask()
|
/linux/arch/s390/mm/ |
H A D | gmap.c | 2185 split_huge_pmd(vma, pmd, addr); in thp_split_walk_pmd_entry()
|
/linux/fs/ |
H A D | dax.c | 2071 split_huge_pmd(vmf->vma, vmf->pmd, vmf->address); in dax_iomap_pmd_fault()
|
/linux/fs/proc/ |
H A D | task_mmu.c | 2587 split_huge_pmd(vma, pmd, start); in pagemap_scan_thp_entry()
|