Searched refs:split_huge_pmd (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/Documentation/mm/ |
D | transhuge.rst | 60 split_huge_pmd(vma, pmd, addr) where the pmd is the one returned by 62 by just grepping for "pmd_offset" and adding split_huge_pmd where 84 + split_huge_pmd(vma, pmd, addr); 92 split_huge_page() or split_huge_pmd() has a cost. 103 regular pmd from under you (split_huge_pmd can run in parallel to the 169 Note that split_huge_pmd() doesn't have any limitations on refcounting:
|
/linux-6.1.9/include/linux/ |
D | huge_mm.h | 195 #define split_huge_pmd(__vma, __pmd, __address) \ macro 353 #define split_huge_pmd(__vma, __pmd, __address) \ macro
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | subpage_prot.c | 140 split_huge_pmd(vma, pmd, addr); in subpage_walk_pmd_entry()
|
/linux-6.1.9/mm/ |
D | pagewalk.c | 145 split_huge_pmd(walk->vma, pmd, addr); in walk_pmd_range()
|
D | migrate_device.c | 85 split_huge_pmd(vma, pmdp, addr); in migrate_vma_collect_pmd()
|
D | mremap.c | 546 split_huge_pmd(vma, old_pmd, old_addr); in move_page_tables()
|
D | gup.c | 755 split_huge_pmd(vma, pmd, address); in follow_pmd_mask() 760 split_huge_pmd(vma, pmd, address); in follow_pmd_mask()
|
/linux-6.1.9/fs/ |
D | dax.c | 1769 split_huge_pmd(vmf->vma, vmf->pmd, vmf->address); in dax_iomap_pmd_fault()
|
/linux-6.1.9/arch/s390/mm/ |
D | gmap.c | 2507 split_huge_pmd(vma, pmd, addr); in thp_split_walk_pmd_entry()
|