Searched refs:split_huge_pmd (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/Documentation/mm/ |
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 151 Note that split_huge_pmd() doesn't have any limitations on refcounting:
|
/linux-6.14.4/include/linux/ |
D | huge_mm.h | 366 #define split_huge_pmd(__vma, __pmd, __address) \ macro 537 #define split_huge_pmd(__vma, __pmd, __address) \ macro
|
/linux-6.14.4/arch/powerpc/mm/book3s64/ |
D | subpage_prot.c | 142 split_huge_pmd(vma, pmd, addr); in subpage_walk_pmd_entry()
|
/linux-6.14.4/mm/ |
D | migrate_device.c | 85 split_huge_pmd(vma, pmdp, addr); in migrate_vma_collect_pmd()
|
D | pagewalk.c | 152 split_huge_pmd(walk->vma, pmd, addr); in walk_pmd_range()
|
D | mremap.c | 664 split_huge_pmd(vma, old_pmd, old_addr); in move_page_tables()
|
D | userfaultfd.c | 1801 split_huge_pmd(src_vma, src_pmd, src_addr); in move_pages()
|
D | gup.c | 995 split_huge_pmd(vma, pmd, address); in follow_pmd_mask()
|
/linux-6.14.4/fs/ |
D | dax.c | 1894 split_huge_pmd(vmf->vma, vmf->pmd, vmf->address); in dax_iomap_pmd_fault()
|
/linux-6.14.4/arch/s390/mm/ |
D | gmap.c | 2225 split_huge_pmd(vma, pmd, addr); in thp_split_walk_pmd_entry()
|
/linux-6.14.4/fs/proc/ |
D | task_mmu.c | 2432 split_huge_pmd(vma, pmd, start); in pagemap_scan_thp_entry()
|