Home
last modified time | relevance | path

Searched refs:split_huge_pmd (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/Documentation/mm/
Dtranshuge.rst60 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/
Dhuge_mm.h195 #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/
Dsubpage_prot.c140 split_huge_pmd(vma, pmd, addr); in subpage_walk_pmd_entry()
/linux-6.1.9/mm/
Dpagewalk.c145 split_huge_pmd(walk->vma, pmd, addr); in walk_pmd_range()
Dmigrate_device.c85 split_huge_pmd(vma, pmdp, addr); in migrate_vma_collect_pmd()
Dmremap.c546 split_huge_pmd(vma, old_pmd, old_addr); in move_page_tables()
Dgup.c755 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/
Ddax.c1769 split_huge_pmd(vmf->vma, vmf->pmd, vmf->address); in dax_iomap_pmd_fault()
/linux-6.1.9/arch/s390/mm/
Dgmap.c2507 split_huge_pmd(vma, pmd, addr); in thp_split_walk_pmd_entry()