Searched refs:split_huge_pmd (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | transhuge.rst | 65 split_huge_pmd(vma, pmd, addr) where the pmd is the one returned by 67 by just grepping for "pmd_offset" and adding split_huge_pmd where 89 + split_huge_pmd(vma, pmd, addr); 97 split_huge_page() or split_huge_pmd() has a cost. 108 regular pmd from under you (split_huge_pmd can run in parallel to the 174 Note that split_huge_pmd() doesn't have any limitations on refcounting:
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | huge_mm.h | 202 #define split_huge_pmd(__vma, __pmd, __address) \ macro 409 #define split_huge_pmd(__vma, __pmd, __address) \ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | subpage_prot.c | 140 split_huge_pmd(vma, pmd, addr); in subpage_walk_pmd_entry()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | pagewalk.c | 106 split_huge_pmd(walk->vma, pmd, addr); in walk_pmd_range()
|
| H A D | mremap.c | 513 split_huge_pmd(vma, old_pmd, old_addr); in move_page_tables()
|
| H A D | gup.c | 672 split_huge_pmd(vma, pmd, address); in follow_pmd_mask() 689 split_huge_pmd(vma, pmd, address); in follow_pmd_mask()
|
| H A D | migrate.c | 2320 split_huge_pmd(vma, pmdp, addr); in migrate_vma_collect_pmd()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | vm86_32.c | 188 split_huge_pmd(vma, pmd, 0xA0000); in mark_screen_rdonly()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dax.c | 1641 split_huge_pmd(vma, vmf->pmd, vmf->address); in dax_iomap_pmd_fault()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | gmap.c | 2495 split_huge_pmd(vma, pmd, addr); in thp_split_walk_pmd_entry()
|