Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dpgtable.h839 pmd_t pmd_mkwrite(pmd_t pmd, struct vm_area_struct *vma);
840 #define pmd_mkwrite pmd_mkwrite macro
/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.c1140 pmd = pmd_mkwrite(pmd, vma); in maybe_pmd_mkwrite()
2328 pmd = pmd_mkwrite(pmd, vma); in do_huge_pmd_numa_page()
2741 entry = pmd_mkwrite(entry, vma); in change_huge_pmd()
2899 _dst_pmd = pmd_mkwrite(pmd_mkdirty(_dst_pmd), dst_vma); in move_pages_huge_pmd()
5050 pmde = pmd_mkwrite(pmde, vma); in remove_migration_pmd()
H A Dmigrate_device.c847 entry = pmd_mkwrite(pmd_mkdirty(entry), vma); in migrate_vma_insert_huge_pmd_page()