Home
last modified time | relevance | path

Searched refs:pmd_mkwrite (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable.h584 pmd_t pmd_mkwrite(pmd_t pmd, struct vm_area_struct *vma);
585 #define pmd_mkwrite pmd_mkwrite macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst115 | pmd_mkwrite | Creates a writable PMD of the type specified by |
/linux/mm/
H A Dhuge_memory.c1266 pmd = pmd_mkwrite(pmd, vma); in maybe_pmd_mkwrite()
2311 pmd = pmd_mkwrite(pmd, vma); in do_huge_pmd_uffd_rwp()
2386 pmd = pmd_mkwrite(pmd, vma); in do_huge_pmd_numa_page()
2823 entry = pmd_mkwrite(entry, vma); in change_huge_pmd()
2981 _dst_pmd = pmd_mkwrite(pmd_mkdirty(_dst_pmd), dst_vma); in move_pages_huge_pmd()
5155 pmde = pmd_mkwrite(pmde, vma); in remove_migration_pmd()
H A Dmigrate_device.c857 entry = pmd_mkwrite(pmd_mkdirty(entry), vma); in migrate_vma_insert_huge_pmd_page()