Searched refs:split_huge_pmd (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/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.6.21/include/linux/ |
D | huge_mm.h | 155 #define split_huge_pmd(__vma, __pmd, __address) \ macro 304 #define split_huge_pmd(__vma, __pmd, __address) \ macro
|
/linux-6.6.21/arch/powerpc/mm/book3s64/ |
D | subpage_prot.c | 142 split_huge_pmd(vma, pmd, addr); in subpage_walk_pmd_entry()
|
/linux-6.6.21/mm/ |
D | pagewalk.c | 160 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 | 558 split_huge_pmd(vma, old_pmd, old_addr); in move_page_tables()
|
D | gup.c | 731 split_huge_pmd(vma, pmd, address); in follow_pmd_mask()
|
/linux-6.6.21/fs/ |
D | dax.c | 1879 split_huge_pmd(vmf->vma, vmf->pmd, vmf->address); in dax_iomap_pmd_fault()
|
/linux-6.6.21/arch/s390/mm/ |
D | gmap.c | 2523 split_huge_pmd(vma, pmd, addr); in thp_split_walk_pmd_entry()
|