Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/mm/
Dtranshuge.rst58 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/
Dhuge_mm.h155 #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/
Dsubpage_prot.c142 split_huge_pmd(vma, pmd, addr); in subpage_walk_pmd_entry()
/linux-6.6.21/mm/
Dpagewalk.c160 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.c558 split_huge_pmd(vma, old_pmd, old_addr); in move_page_tables()
Dgup.c731 split_huge_pmd(vma, pmd, address); in follow_pmd_mask()
/linux-6.6.21/fs/
Ddax.c1879 split_huge_pmd(vmf->vma, vmf->pmd, vmf->address); in dax_iomap_pmd_fault()
/linux-6.6.21/arch/s390/mm/
Dgmap.c2523 split_huge_pmd(vma, pmd, addr); in thp_split_walk_pmd_entry()